Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
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.
Documentation Index
Fetch the complete documentation index at: https://docs.reply.io/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
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