Skip to main content
GET
List dialer campaigns
The Dialer is a newly released product surface: depending on your account’s rollout stage, campaigns managed through this API may not yet be visible in your CloudTalk Dashboard.

Authorizations

Authorization
string
header
required

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

cursor
string

Opaque cursor taken from meta.nextCursor of a previous page.

limit
integer
default:50

Maximum number of campaigns per page.

Required range: 1 <= x <= 100
status
enum<string>

Return only campaigns in this lifecycle status.

Available options:
initializing,
active,
inactive,
archived,
deleted
mode
enum<string>

Return only campaigns using this dialing mode.

Available options:
sequential,
parallel

Response

One page of campaigns.

Cursor-paginated page of campaigns. Unlike the legacy CloudTalk endpoints this resource is not wrapped in responseData.

data
object[]

One page of campaigns.

meta
object

Cursor-pagination metadata.