List app chats with an agent
Lists app-chat sessions with one agent. Non-admin callers are limited to their own chats.
GET
/agents/{id}/chatsAuthorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:reador
AuthorizationBearer token (JWT) · headerrequiredPath parameters
idstringrequiredQuery parameters
minestringWhen true, return only chats owned by the current user. Non-admin callers are always limited to their own chats.
limitstringMaximum chats to return, capped at 100.
Responses
200
401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions