List agent's chat rooms

Lists all chat rooms where the specified agent is a participant

Authentication

X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer

Enter your JWT token (without the ‘Bearer ’ prefix)

Path parameters

agents_idstringRequiredformat: "uuid"
Agent ID

Query parameters

pageintegerOptional>=1Defaults to 1
Page number
page_sizeintegerOptional1-100Defaults to 20
Number of items per page
statusenumOptional
Filter by status
Allowed values:
typeenumOptional
Filter by type
Allowed values:

Response

Chat Rooms
datalist of objects or null
metadataobject or null

Errors