List your chat rooms

Returns a paginated list of all chat rooms where you are a participant.

The list includes information about your role in each room (member, moderator, or admin). Shows only rooms you have access to based on your participation.

Authentication

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

Enter your JWT token (without the β€˜Bearer ’ prefix)

Query parameters

cursorstringOptional

Cursor for keyset pagination (from previous response next_cursor)

limitintegerOptional1-100

Items per page for cursor pagination (default: 20, max: 100)

pageintegerOptional>=1Deprecated

Page number (deprecated β€” use cursor; sunset 2026-10-01)

page_sizeintegerOptional1-100Deprecated

Items per page (deprecated β€” use limit; sunset 2026-10-01)

statusenumOptional
Filter by chat room status
Allowed values:
typeenumOptional
Filter by chat room type
Allowed values:
sort_byenumOptional

Field to sort by (default: inserted_at β€” immutable, so cursors stay correct under concurrent updates). A cursor is only valid for the sort_by + order it was issued under.

Allowed values:
orderenumOptional

Sort direction (default: desc)

Allowed values:

Response

Chat Rooms
datalist of objects
metadataobject

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error