List contacts in sequence
sequences:read scope (or a broader one that includes it).
Use this endpoint when you need to see who is enrolled in a sequence and where each contact stands in it. Every entry carries the contact’s identity fields together with its statusInSequence, the currentStep it is waiting on, addingDate, whether it is opted out, its call and meeting status, the emailDisposition telling you whether it has replied or bounced, and the email and LinkedIn accounts assigned to it. Results come back as a page controlled by the top and skip query parameters; omit both to get the first page. Contacts are ordered most-recently-added first unless you pass sort_by, which sorts descending by default — pass sort_direction to change that.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
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