Hanzo AI
OpenapiAgent

Get conversations

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/agent/chat/conversations/{id}

Addresshttps://api.hanzo.ai/v1/agent/chat/conversations/{id}
MethodGET
Operationget_agent_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: 401 without a principal, 403 without an org.

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 agent chat conversations get <id>

Agent API · All Hanzo APIs · Interactive reference

How is this guide?

On this page