Retrieve all events and chat metadata for the specified chat conversation.
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Unique identifier of the chat to retrieve history for
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.
Chat details or null if not found