List inbox threads
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.
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.
Authorization
bearerAuth inbox:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: inbox:read
Query Parameters
1 <= value <= 10020Value in
- "open"
- "snoozed"
- "done"
Value in
- "email"
- "whatsapp"
- "sms"
1 <= length <= 200Sort by one of: last_message, created (default last_message).
Value in
- "last_message"
- "created"
Sort direction (default desc).
Value in
- "asc"
- "desc"
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "data": [ { "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" } ], "next_cursor": "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}