List dialer campaigns
Returns the company’s campaigns newest first, cursor-paginated. Pass meta.nextCursor from a page back as cursor to fetch the following page; a null nextCursor means there are no more pages. Deleted campaigns are hidden unless include_deleted=true; pass status=deleted to list only them. When status is set, include_deleted has no effect.
Authorizations
HTTP Basic Authentication. Use your API Access Key ID as the username and your API Access Key Secret as the password. Generate keys in the CloudTalk Dashboard under Account -> Settings -> API Keys (https://dashboard.cloudtalk.io/menu/account/settings/API-keys).
Query Parameters
Opaque cursor taken from meta.nextCursor of a previous page. Pass it back unchanged. Omitting cursor, or sending it empty, starts from the first page — neither is an error. A non-empty cursor this endpoint cannot decode is rejected with 400 and code: "PAGINATION.INVALID_CURSOR" rather than silently restarting the list. Handle it as an error, not as a terminating null cursor: a loop that only stops on null would re-send the same rejected cursor. Drop the stored cursor and restart from a checkpoint you control.
Maximum number of campaigns per page.
1 <= x <= 100Return only campaigns in this lifecycle status.
initializing, active, inactive, archived, deleted Set to true to include campaigns whose status is deleted, which are hidden by default. Ignored when status is set. Only the literal strings true and false are accepted — anything else is a 400.
Return only campaigns using this dialing mode.
sequential, parallel