Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Returns details of a specific contact enrolled in the sequence.
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.
Contact details retrieved successfully
A contact enrolled in a sequence with sequence-specific metadata
Contact ID
Sequence ID
Contact email address
Contact first name
Contact last name
Contact company name
Contact job title
Contact's status in this sequence. The writable subset (active, paused, finished, outOfOffice) can be set via POST /v3/sequences/{id}/contacts/set-status-in-sequence. inactive is set by the system when the contact is missing data needed to continue (e.g. no email when the next step is an email step).
active, paused, finished, inactive, outOfOffice Whether the contact has opted out (contact-level flag, not sequence-scoped)
Contact-level call status (none / toCall / called).
none, toCall, called Contact-level meeting status (none / meetingBooked).
none, meetingBooked Reply/bounce status for the most recent email sent to this contact in this sequence.
null when no email has been sent to this contact yet in this sequence.
Otherwise an object with isReplied and isBounced flags. false/false here means an email was sent
but no reply or bounce was registered — distinct from the null "never sent" state.
Current sequence step the contact is on. Always present in the response.
When the contact has no in-progress step (e.g. finished or paused at the end of the sequence), stepId is null and displayName is "Finished".
Date the contact was added to the sequence
Identifier of the email account this contact is assigned to send from in this sequence.
null when no email account is assigned (e.g. the sequence has no email steps the contact has reached, or the assignment hasn't been resolved yet).
Identifier of the LinkedIn account this contact is assigned to send from in this sequence.
null when no LinkedIn account is assigned (e.g. the sequence has no LinkedIn steps the contact has reached).