Skip to main content
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.toolzz.dev/llms.txt

Use this file to discover all available pages before exploring further.

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”).