Get Dataset
Get Dataset
Retrieve a single custom KPI dataset with its KPI definitions
GET
Get Dataset
Get Dataset
Retrieve a single custom KPI dataset by ID, including all its KPI definitions and their options.Request
Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
string
required
UUID of the datasetExample:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"Response
Returns the dataset object with nested KPI definitions (HTTP 200).string
Dataset UUID.
string
UUID of the organization that owns this dataset.
string
Dataset display name.
string | null
Dataset description.
string | null
UUID of the user who created the dataset.
string | null
UUID of the user who last updated the dataset.
datetime
Creation timestamp (ISO 8601).
string | null
Last update timestamp (ISO 8601).
array[object]
KPI definitions belonging to this dataset.
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: Dataset not foundRelated Endpoints
Update Dataset
Modify dataset name or description
Delete Dataset
Remove an unused dataset