List Datasets
List Datasets
List all custom KPI datasets for your organization
GET
List Datasets
List Datasets
Retrieve all custom KPI datasets belonging to your organization. Each dataset defines a collection of KPI questions that can be assigned to data owners via campaigns.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faResponse
Returns an array of dataset objects with HTTP 200.UUID of the dataset
UUID of the owning organization
Dataset name
Dataset description (nullable)
UUID of the user who created the dataset (nullable)
ISO 8601 timestamp
ISO 8601 timestamp (nullable)
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organizationRelated Endpoints
Create Dataset
Create a new dataset with KPI definitions
Get Dataset
View a dataset with its KPIs

