Skip to main content
GET
Returns threads ordered by lastMessageAt descending (most recently active first).

Headers

string
required
Bearer token formatted as Bearer gork_live_.... Requires the threads:read scope.

Query parameters

string
Restrict to threads in one inbox. Inbox-bound keys are always restricted to their own inbox regardless of this value.
number
default:"50"
Maximum threads to return, 1–100.

Response

object[]
To read the full conversation with every message, fetch one thread with GET /v1/threads/{id}.