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).

Authentication

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

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

Path parameters

idstringRequiredformat: "uuid"
Chat Room ID

Response

Chat Room
dataobject

Human-API chat room — verbose shape. Includes :type and :status so the caller can render archive/active state and room kind without a follow-up fetch. Agent callers see the terse ChatRoom shape instead.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error