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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.attention.com/llms.txt

Use this file to discover all available pages before exploring further.

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"