List sequences in a campaign

Returns a paginated list of the sequences belonging to a campaign (identified by campaign_uuid), scoped to the authenticated account, newest first. Each item carries num_events (count of non-deleted events) but not the events themselves -- fetch a single sequence with its events via get_sequence. Pagination is offset-based via limit/offset; total is the full count before paging.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid
required

The campaign UUID whose sequences to list.

integer
1 to 100
Defaults to 10

Page size. Default 10, capped at 100.

integer
≥ 0
Defaults to 0

Number of records to skip. Default 0.

Responses

401

Missing or invalid bearer token.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json