curl --request GET \ --url https://api.attention.tech/v2/conversations/by-external-id/{externalId} \ --header 'Authorization: <api-key>'
{ "conversation_id": "conv_abc123"}
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}
Get Conversation by External ID
curl --request GET \ --url https://api.attention.tech/v2/conversations/by-external-id/{externalId} \ --header 'Authorization: <api-key>'