Filter inbox threads
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
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.
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.
Body
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.
Restrict to threads owned by the given user. The target must be a member of the caller's team; otherwise the request fails with 400 inboxThread.invalidInput.
x >= 1x >= 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.