List Campaigns
List campaigns in the workspace with optional filtering by status, search, sorting, and pagination.
Filtering and sorting
Pagination
The response includesnext_page_uri and prev_page_uri for navigating pages. Both are null when there is no adjacent page.
To fetch the next page, increment offset by limit or follow next_page_uri directly.Authorizations
Query Parameters
Campaign lifecycle status: scheduled → active → ended. Can be paused or cancelled at any point.
ended, active, paused, scheduled, cancelled Number of records to skip
x >= 0Number of records to return (max 100)
1 <= x <= 100Field to sort by
Sort order (asc or desc)
Search query string
Response
Successful Response
Paginated list of campaigns.
List of campaigns on this page
Total number of campaigns matching the query
1
Maximum number of items per page
10
Number of items skipped
0
URI to fetch the next page, or null if this is the last page
null
URI to fetch the previous page, or null if this is the first page
null