Get an inbox thread
Returns the thread with its messages (bodies), oldest first.
Returns the thread with its messages (bodies), oldest first.
Authorization
bearerAuth inbox:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: inbox:read
Path Parameters
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "id": "string", "channel": "email", "contact_id": "string", "contact_name": "string", "connection_id": "d3547de1-d1f2-4344-b4c2-17169b7526f9", "provider_thread_id": "string", "subject": "string", "last_from": "string", "last_snippet": "string", "last_message_at": "string", "unread_count": -9007199254740991, "state": "open", "assigned_to": "string", "snooze_until": "string", "created_at": "string", "updated_at": "string", "messages": [ { "id": "string", "thread_id": "string", "channel": "email", "direction": "inbound", "provider_message_id": "string", "in_reply_to": "string", "from_handle": "string", "to_handles": [ "string" ], "body_text": "string", "body_html": "string", "occurred_at": "string", "read_at": "string", "has_attachments": true, "created_at": "string" } ]}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}Draft a reply to an inbox thread POST
Drafts a suggested reply body for a thread from its conversation history and the linked contact — a starting point the member edits. Read-shaped: it returns a draft and sends nothing (sending stays the separate reply endpoint). The model loop is server-only (the key never reaches the browser); member-private, first-party (session) only.
List inbox threads GET
Lists the signed-in member's own Inbox threads with cursor pagination, most-recent activity first. Filter by `state`, `channel`, `assigned_to`, and `unread`. The Inbox is member-private, so this is a first-party (session) surface.