Skip to main content
GET
Campaign summary list
Use this endpoint to retrieve a lightweight list of campaigns (id + label) in the caller’s workspace, for use in dropdowns and pickers. No pagination.

Endpoint

GET /summary-list Authentication: Required (workspace auth) This endpoint takes no query parameters. It returns every campaign belonging to the token’s company and workspace, ordered by most recently created first.

Response

Example cURL

Headers

token
string
required

API token for authentication

Response

Campaign summary list retrieved successfully

id
integer

Campaign identifier

label
string

Campaign name

agent_id
integer | null

Voice agent attached to the campaign, if any