humanApiChats

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.

get/api/v1/me/chats

Query parameters

cursorstring

Cursor for keyset pagination (from previous response next_cursor)

limitinteger

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

pageinteger

Page number (deprecated — use cursor; sunset 2026-10-01)

page_sizeinteger

Items per page (deprecated — use limit; sunset 2026-10-01)

status'active' | 'archived' | 'closed'

Filter by chat room status

type'direct' | 'group' | 'task'

Filter by chat room type

sort_by'inserted_at' | 'updated_at'

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.

order'asc' | 'desc'

Sort direction (default: desc)

Headers

X-API-Keystring required

Enter your API key for programmatic access

Response

Chat Rooms

ChatsListMyChatsResponse200 required— unresolved $ref

Changes