Skip to main content
GET
List Audience Enrollments
Recent audience enrollment runs for a sequence, newest first. Poll a single run with GET /api/v1/sequences/{sequenceId}/audience-enrollments/{runId} while its status is queued or running.

Request

string
required
Sequence ID.
integer
Runs to return, 1 to 100. Defaults to 20.
Poll one run:

Response fields

Each run reports status (queued, running, completed, cancelled, failed), estimatedCount (audience size when the run started; 0 for incremental auto_enroll runs, which only scan recent joiners), processedCount (subscribers scanned so far), enrolledCount, skippedCount (matching contacts already in the sequence), error, scheduledFor (set while a queued run waits for its start time), source (api, dashboard, cli, or auto_enroll for runs the keep-enrolling sync starts), and the createdAt, startedAt, completedAt, and cancelRequestedAt timestamps.

Responses