Skip to main content
GET
List enrollments
One row per contact per sequence: where they are in the cadence, who owns them, and how they have engaged. A contact can hold only one live enrollment in a given sequence, but may be re-enrolled once an earlier one has finished.

Authorizations

x-api-key
string
header
required

Team-scoped API key generated in the Salesfinity dashboard under Settings -> Connections & API. A missing or invalid key returns HTTP 403.

Query Parameters

limit
number

Results per page.

Required range: x <= 100
page
number
default:1

Page number, 1-based.

sequence
string

Only enrollments in this sequence.

contact
string

Only enrollments for this contact.

state
enum<string>

finished, bounced, opted_out and failed are terminal; the rest still hold the contact’s one live slot in the sequence.

Available options:
pending,
active,
paused,
finished,
bounced,
opted_out,
failed
pending_reason
enum<string>

Only enrollments a rule is holding for approval.

Available options:
approval
user
string

Only enrollments owned by this team member.

Response

Success.

A page of results.

data
object[]
required
pagination
object
required

Pagination for every list under /v2/sequencer. One shape across the whole namespace.