Skip to main content
Retrieves a single conversation by its ID. You can also look up a conversation by its custom_id by setting the by_custom_id query parameter to true.
Permission required: workspace:conv_read

Path Parameters

workspaceId
string
required
Workspace identifier
conversationId
string
required
Conversation ID, or the custom_id value if by_custom_id is true

Query Parameters

by_custom_id
boolean
default:"false"
When true, treat the conversationId path parameter as a custom_id lookup instead of the internal ID

Response

data
object