Skip to main content
GET
List campaigns

Authorizations

Authorization
string
header
required

A workspace API token. Create one in Settings → API. Send it as Authorization: Bearer sk_live_....

Query Parameters

status
enum<string> | null

Restrict to one campaign status.

Available options:
scheduled,
running,
paused,
completed,
draft
limit
integer
default:50

Items per page (max 200).

Required range: 1 <= x <= 200
cursor
string | null

Opaque cursor from a previous response's links.next.

Response

Successful Response

A page of campaigns.

data
Campaign · object[]
required
meta
PageMeta · object
required