Coming soon. This endpoint will be available once Reply API 3.0 enters beta. We will notify all users when beta access opens. Request early access.
Retrieve contacts enrolled in the sequence with optional additional columns such as current step, last step completed at, and status.
The response always includes the base fields: contactId, email, firstName, lastName, title, addedAt. Additional fields (currentStep, lastStepCompletedAt, status) are only included when explicitly requested via the additionalColumns query parameter. Omitting additionalColumns returns only the base fields.
API key passed in the X-API-Key header
Sequence ID
Maximum number of items to return (default 25, max 100)
Number of items to skip
Comma-separated list of additional columns to include in the response. When omitted, only base fields are returned.
| Column | Description |
|---|---|
CurrentStep | Current sequence step info (stepId, displayStepNumber, stepNumber) |
LastStepCompletedAt | Timestamp of the last completed step |
Status | Engagement status with delivery/open/click/reply/bounce flags |
Example: additionalColumns=CurrentStep,Status