GET
/
public
/
v2
/
datasets
/
{datasetName}
Check health of API and database
curl --request GET \
  --url https://api/public/v2/datasets/{datasetName}
{
  "version": "<string>",
  "status": "<string>"
}

Response Description

Below you will see the description of the API health response
version
string
required
Version of the system or API.
status
string
required
Current status of the system or API (e.g., “OK”).