Skip to main content
GET
List Dataset Values

List Dataset Values

Retrieve a paginated, cross-campaign view of all submitted KPI values in a dataset. Each row is enriched with campaign context, KPI metadata, data owner, organization, and facility names — useful for building aggregate dashboards.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Path Parameters

string
required
UUID of the dataset

Query Parameters

integer
default:"1"
Page number (1-based)
integer
default:"20"
Page size (1–100)
string
default:"-submitted_at"
Sort field. Prefix with - for descending.

Response

array[object]
Value rows enriched with campaign and display context:
integer
Total number of value rows across all pages
integer
Total number of distinct response submissions

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

404 Not Found

Cause: The dataset does not exist or belongs to another organization

Campaign Values

View values scoped to a single campaign

Submit Response

Submit new KPI values