Returns a paginated page of inbox threads matching the supplied filter. All filter fields are optional — the empty body matches the same set as GET /v3/inbox/threads.
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.
Filter criteria for POST /v3/inbox/threads/filter. All fields are optional — omit a field to skip that filter.
Free-text search across subject, body preview, and contact identifiers.
x >= 1x >= 1x >= 1x >= 1Restrict to threads on the given channels. Unknown is rejected by validation.
Email, LinkedIn x >= 1Predefined source bucket:
Inbox — all threads with at least one inbound message.Sent — threads where the latest activity is outbound.Unread — only unread threads.AiDraft — threads with a pending AI-drafted reply.Inbox, Sent, Unread, AiDraft Upper bound on lastActivityDate. Must be strictly after from when both are supplied.