List contacts in sequence
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Retrieve all contacts enrolled in the sequence. Defaults to most-recently-added first; use sort_by and sort_direction to override.
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.
Authorizations
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.
Path Parameters
Sequence ID
Query Parameters
Maximum number of items to return (default 25, max 1000)
Number of items to skip
Field name to sort results by. Each value matches the corresponding response field. When omitted, results are ordered most-recently-added first.
addingDate, email, firstName, lastName, company, statusInSequence Sort direction (asc or desc). Defaults to desc when sort_by is provided.
asc, desc