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
cursor
Cursor for keyset pagination (from previous response next_cursor)
limit
Items per page for cursor pagination (default: 20, max: 100)
pageDeprecated
Page number (deprecated β use cursor; sunset 2026-10-01)
page_sizeDeprecated
Items per page (deprecated β use limit; sunset 2026-10-01)
status
Filter by chat room status
Allowed values:
type
Filter by chat room type
Allowed values:
sort_by
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:
order
Sort direction (default: desc)
Allowed values:
Response
Chat Rooms
data
metadata
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error