Get chat history
Retrieve all events and chat metadata for the specified chat conversation. If the chat has a structured output schema, the generated structured output is returned in chat.result.
Authorizations
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Query Parameters
Unique identifier of the chat to retrieve history for
Optional page size for paginated history fetch (1-100)
1 <= x <= 100Cursor for loading older events
^\d+:[0-9a-fA-F-]{36}$Response
Successful response
Chat history response containing events and chat metadata
Array of chat event objects
A chat event that can be one of many types: chat messages, tool usage, status updates, artifacts, etc. Each event has a discriminator field "type" that determines its structure.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
- Option 14
- Option 15
- Option 16
- Option 17
- Option 18
- Option 19
- Option 20
- Option 21
- Option 22
Chat details or null if not found
Latest human thumb feedback keyed by chat event id
Cursor for loading older events
^\d+:[0-9a-fA-F-]{36}$Whether more older events are available