List agent chats
Returns paginated in-app agent chats for the authenticated user in the current workspace. Pinned chats are returned first, ordered by most recently pinned. Pass q to search by chat title instead of browsing history. Requires agents.chat in addition to api:read.
GET
/agent-chatsAuthorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:reador
AuthorizationBearer token (JWT) · headerrequiredQuery parameters
pagenumbermin 0 · default: 0
pageSizenumbermin 1 · max 100 · default: 30
qstringOptional title search query
Responses
200
hasMorebooleanrequireditemsAgentChatListItemDto[]requiredShow propertiesHide properties
Array of
AgentChatListItemDtoagentAgentChatAgentDtoShow propertiesHide properties
botUserIdobjectlabelstringproviderobjecttypestringrequiredchatTitleobject | nullcreatedAtstringrequiredidstringrequiredisDraftbooleanrequiredisEmptyDraftbooleanrequiredlastMessageAtstringrequiredpinnedAtobject | nullrunIdstringrequiredstatusstringrequiredAllowed:
queuedrunningwaitingInputwaitingApprovaldonefailedcanceledpagenumberrequiredpageSizenumberrequired401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions