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
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faResponse
Returns an array of dataset objects with HTTP 200.string
UUID of the dataset
string
UUID of the owning organization
string
Dataset name
string
Dataset description (nullable)
string
UUID of the user who created the dataset (nullable)
datetime
ISO 8601 timestamp
datetime | null
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