Get chat metadata
Retrieve lightweight chat metadata (title and per-event feedback) without loading the full event history. Prefer this over /api/chat/history when only the chat header (title + feedback) is needed.
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 metadata for
Response
Successful response
Lightweight chat metadata (title, owner, and per-event feedback) without the full event history
Identifier of the chat the metadata belongs to
Chat title, or null if the chat has no title yet
Latest human thumb feedback keyed by chat event id
Agent that owns this chat, or null for non-agent chats
Detection that owns this chat, or null for non-detection chats