Get agent chat details
Returns sanitized transcript events and metadata for a single in-app agent chat owned by the authenticated user. Requires agents.chat in addition to api:read.
GET
/agent-chats/{chatId}Authorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:reador
AuthorizationBearer token (JWT) · headerrequiredPath parameters
chatIdstringrequiredResponses
200
Chat details retrieved successfully
401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions
404
Chat not found