GET /v1/initiatives — List Initiatives (Action Items)
Retrieve a paginated list of your account’s initiatives — the action items derived from survey results — including their status, linked survey and questions, assignee, and reminder settings. Available as of Export API v1.3.0.
The /v1/initiatives endpoint returns a paginated list of your account’s initiatives — the action items teams derive from survey results. Each entry contains the full data of an initiative, so you can sync action plans and their progress into your warehouse.An initiative is identified by its uuid. The surveys, questions, and employees it references are exposed by the same integer IDs returned by the /v1/surveys, /v1/questions, and /v1/employees endpoints, so you can cross-reference them.Initiatives are returned ordered by created_at descending.