Skip to main content
GET
/
v1
/
campaigns
List campaigns
curl --request GET \
  --url https://api.topcalls.ai/v1/campaigns \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {}
  ],
  "next_cursor": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.topcalls.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer tc_live_xxxxx

Query Parameters

limit
integer
default:50

Maximum number of results (1-200)

Required range: 1 <= x <= 200
cursor
string<date-time>

Pagination cursor (ISO 8601 timestamp)

status
enum<string>

Filter by campaign status.

Available options:
draft,
scheduled,
running,
paused,
completed

Response

List of campaigns

data
object[]
next_cursor
string<date-time> | null