Fetch a single conversation by thread id
Returns the full conversation history (chronologically ordered messages) for a thread/checkpoint id. Conversations can span multiple agents, so the path id is a permission scope rather than conversation ownership. Use id=0 for the SPA cross-skill scope.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Numeric skill scope. Use 0 for cross-skill conversation lookup.
0
Opaque thread/checkpoint id. The prefix, when present, is not authoritative ownership.
"agent_42_abc-xyz"
Response
Opaque thread/checkpoint id. It is not owned by a single skill; a conversation can span multiple agents.
"agent_42_abc-xyz"
Numeric skill scope returned by the list/detail adapter. This is not conversation ownership.
42
Conversation turns, in chronological order.
ISO-8601 timestamp of the first checkpoint for this thread.
"2026-05-01T10:00:00.000Z"
ISO-8601 timestamp of the latest checkpoint for this thread.
"2026-05-01T11:00:00.000Z"