Skip to main content
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>'
{
  "conversation_id": "conv_abc123"
}

Authorizations

Authorization
string
header
required

Path Parameters

externalId
string
required

The external application ID used when the conversation was imported

Response

Conversation found

conversation_id
string

Attention conversation UUID corresponding to the external ID

Example:

"conv_abc123"