Skip to main content
campaigns/list uses cursor pagination and returns campaigns newest first. The default page size is 25 and the maximum is 100.
When nextCursor is non-null, pass it unchanged in the next request:
Treat cursors as opaque. Do not decode, construct, or modify them. An invalid cursor returns 400 invalid_request.
Keep the same filters and page size while traversing a result set. Stop when nextCursor is null.