v5
latestOpenAPI 3.1.02026-07-31151195455.5 KBReturns a list of Campaign objects.
Query parameters
The pagination cursor value.
Number of results to return per page. Default is 200.
Campaign name to filter by. Returns campaigns whose names contain this substring (case-insensitive).
The current status of a campaign.
Filter by campaign status. Status is derived from lifecycle timestamps and review progress.
Include campaigns created after this timestamp (exclusive). ISO 8601 format.
Include campaigns created before this timestamp (exclusive). ISO 8601 format.
Include campaigns started after this timestamp (exclusive). ISO 8601 format.
Include campaigns started before this timestamp (exclusive). ISO 8601 format.
Include campaigns ended after this timestamp (exclusive). ISO 8601 format.
Include campaigns ended before this timestamp (exclusive). ISO 8601 format.
Include campaigns stopped after this timestamp (exclusive). ISO 8601 format.
Include campaigns stopped before this timestamp (exclusive). ISO 8601 format.
Response
A list of campaigns for your organization.
Example response
{
"next": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
"previous": "cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ",
"results": [
{
"campaign_id": "f454d283-ca87-4a8a-bdbb-df212eca5353",
"name": "Q3 Access Review",
"status": "DRAFT",
"is_template": false,
"created_at": "2026-07-01T00:00:00Z",
"updated_at": "2026-07-01T00:00:00Z",
"created_by_user_id": "32acc112-21ff-4669-91c2-21e27683eaa1"
}
]
}