Skip to main content
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_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Response

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 key

403 Forbidden

Cause: The authenticated user is not a member of the organization

Create Dataset

Create a new dataset with KPI definitions

Get Dataset

View a dataset with its KPIs