Get Space Conversation
Space — Chat
Get Space Conversation
Get or create the chat conversation for a space
GET
Get Space Conversation
Returns the chat conversation associated with a space. If no conversation exists yet, one is created automatically. Requires authentication. The caller must have a space membership record that is notDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
"banned" (pending members are allowed).
Path Parameters
UUID of the space.
Response
Returns a Conversation object with two additional fields:The caller’s
ConversationMember record for this conversation. Created or re-activated on first call.Number of currently active members in the conversation.
Each space has at most one associated conversation. This endpoint is idempotent — calling it multiple times returns the same conversation.
Error Responses
Not a Member — 403
Not a Member — 403
Banned — 403
Banned — 403

