List Campaigns
List Campaigns
List all campaigns within a dataset with aggregated stats
GET
List Campaigns
List Campaigns
Retrieve all campaigns within a dataset. Each campaign is enriched with aggregate counts: total recipients, responses received, and completed assignments.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the parent dataset
Response
Returns an array of campaign objects with aggregate stats (HTTP 200).UUID
Campaign name
Reporting period start (ISO date)
Reporting period end (ISO date)
Submission deadline (ISO date)
Lock timestamp (nullable)
Total assigned recipients
Total responses received
Recipients who completed all KPIs
First few recipients (email + user_id)
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
Create Campaign
Create a new collection campaign
Get Campaign
View campaign details with recipients

