Conversations
Get a conversation
Returns an active conversation when the authenticated workspace member currently belongs to it. Missing and inaccessible conversations both return not found.
get/conversations/{conversationId}
Path parameters
conversationIdstring required
Conversation identifier.
Conversation identifier.
Response
Conversation details.
Example response
{
"data": {
"created_at": "2026-05-14T08:00:00.000Z",
"id": "01jzn7e61x3a7v9h2r7t2m3q4p"
}
}