List Dataset Values
List Dataset Values
Paginated cross-campaign view of all submitted values in a dataset
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_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath 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 key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: The dataset does not exist or belongs to another organizationRelated Endpoints
Campaign Values
View values scoped to a single campaign
Submit Response
Submit new KPI values