/api/metabot/conversations

GET /api/metabot/conversations/{id}

Return a single conversation with its flattened chat messages.

Accessible to any participant in the conversation or to any superuser.

get/api/metabot/conversations/{id}

Path parameters

idstring required

value must be a valid UUID.

Response

Successful response

chat_messagesobject[] required
conversation_idstring required

value must be a valid UUID.

created_atstring date-time required
summarystring nullable required
user_idinteger nullable required

value must be an integer greater than zero.

Changes