Conversation
Get Conversation by External ID
Looks up a conversation by its external application ID (the ID from the source system that originally imported the conversation). Returns the Attention conversation UUID if found.
get/conversations/by-external-id/{externalId}
Path parameters
externalIdstring required
The external application ID used when the conversation was imported
Response
Conversation found
Example response
{
"conversation_id": "conv_abc123"
}