humanApiChats

Get a chat room

Returns details of a specific chat room where you are a participant.

Returns 404 if the room doesn't exist or if you're not a participant (security-first: doesn't leak room existence).

get/api/v1/me/chats/{id}

Path parameters

idstring uuid required

Chat Room ID

Headers

X-API-Keystring required

Enter your API key for programmatic access

Response

Chat Room

ChatsGetMyChatRoomResponse200 required— unresolved $ref

Changes