Hanzo
OpenapiAgents

List the agent threads in your org

Returns a summary of every agent conversation in the caller's org — id, derived title, and when it was last appended to — for populating a thread list.

GET /v1/agents/chat/conversations

Addresshttps://api.hanzo.ai/v1/agents/chat/conversations
MethodGET
Operationget_agents_chat_conversations
AuthAuthorization: Bearer $HANZO_API_KEY

Returns a summary of every agent conversation in the caller's org — id, derived title, and when it was last appended to — for populating a thread list.

Scoped to the caller's org and nothing else, and that isolation is structural rather than a filter: conversations are persisted in a store opened PER ORG, so there is no query in which another tenant's threads could appear. A validated principal with a non-empty org is required; 403 without one.

Request

GET /v1/agents/chat/conversations takes no parameters and no body — the credential is the whole request.

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