Hanzo
OpenapiAgents

Read one agent thread in full

Returns every message of one conversation in order — role, content, the assistant's tool calls where it made any, and each message's creation time — which…

GET /v1/agents/chat/conversations/{id}

Addresshttps://api.hanzo.ai/v1/agents/chat/conversations/{id}
MethodGET
Operationget_agents_chat_conversations_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Returns every message of one conversation in order — role, content, the assistant's tool calls where it made any, and each message's creation time — which is the transcript a client replays to resume a thread.

The lookup happens inside the caller's OWN per-org store, so an id belonging to another tenant is not refused, it is simply absent: the answer is 200 with an empty message list. Read it as "no such conversation for you" rather than as an empty thread. A validated principal with a non-empty org is required; 403 without one.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyes

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Agents API · All Hanzo APIs · Interactive reference

How is this guide?

On this page