Returns a single thread including the ordered message history.
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.
x >= 1Inbox thread
Full inbox thread with the contact, channel-specific account ids, sequence, category, meeting-intent flag, and the ordered list of messages.
Unknown, Email, LinkedIn Contact party on the other end of an inbox thread.
Two shapes are possible, distinguished by the isDeleted flag:
isDeleted: false) — id and ownerId reference the live contact record; fullName, email, linkedInProfileUrl, phone, companyName, title come from the live record (any may still be null if the corresponding field is unset on the contact, e.g. email is null for a LinkedIn-only contact).isDeleted: true) — the underlying contact record has been removed, so id and ownerId are null. The remaining identifying fields (fullName, email, linkedInProfileUrl, phone, companyName, title) are populated from the snapshot stored on the thread when it was created — typically enough for the user to recognise who the thread was with even though the contact no longer exists in their workspace.Email message within an inbox thread.
Email account that owns this thread. null for non-email threads.
LinkedIn account that owns this thread. null for non-LinkedIn threads.
Minimal sequence reference attached to an inbox thread.
Minimal category reference embedded in thread responses.
Whether the thread has been flagged as carrying meeting intent (manually or via AI detection).