List Campaigns

Lists campaigns for an organization based on filters.

Supports two pagination methods. Cursor-based (cursor/limit) is stable and performant on large
datasets; it is triggered automatically when a cursor parameter is provided, and cursor and offset
cannot be combined. Offset-based (offset/limit) remains supported. Both methods return a
metadata object with a next_cursor field — pass it back as cursor to fetch the next page; when
next_cursor is null, there are no more results. Filters are not encoded in the cursor, so include them
on every request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

limit

integer

offset

string

Cursor for keyset pagination. Use the next_cursor value from the previous response.

string

title

status[]
array of strings

statuses

status[]
channels[][id]
array of strings

channel IDs

channels[][id]
channels[][phone]
array of strings

channel phones

channels[][phone]
created_by[]
array of strings

created by user IDs

created_by[]
updated_by[]
array of strings

updated by user IDs

updated_by[]
Responses

Callback
Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json