List available peers

Lists entities that you can interact with in chat rooms. Peers include: - Other users in your organization - Agents you own - Global agents Use the `not_in_chat` parameter to filter out entities already in a specific chat room. Use the `type` parameter to filter by entity type (User or Agent).

Authentication

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

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

Query parameters

not_in_chatstringOptionalformat: "uuid"
Exclude entities already in this chat room
typeenumOptional
Filter by entity type
Allowed values:
pageintegerOptional>=1Defaults to 1
Page number
page_sizeintegerOptional1-100Defaults to 20
Items per page

Response

Peers list
datalist of objects
metadataobject

Errors