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": {
"id": "01jzn7e61x3a7v9h2r7t2m3q4p"
}
}