Skip to main content
GET
Fetch Conversation
Returns a Conversation object with the caller’s membership row and active member count included.

Path Parameters

string
required
The ID of the conversation to fetch.

Response

Returns a Conversation with two additional fields:
ConversationMember | null
The calling user’s membership row for this conversation. null if the user has no membership record.
number
Number of currently active members.

Error Responses