Skip to main content
GET
List campaigns

Authorizations

Authorization
string
header
required

Project API key (sk_api_…).

Query Parameters

limit
integer
default:50

Campaigns per page. Above 100 is clamped to 100, and a value that isn't a positive number falls back to 50 instead of erroring.

cursor
string

The previous response's nextCursor. Opaque — pass it back unmodified.

Response

One page of campaigns.

campaigns
object[]
nextCursor
string

Absent once the walk is done. A full page still carries a cursor and the last page can be empty, so keep paging until nextCursor disappears rather than until a page looks short. The list is read live, so a campaign created mid-walk can shift between pages.