---
title: "Get Conversation by External ID"
method: GET
path: "/conversations/by-external-id/{externalId}"
tags: ["Conversation"]
---

# Get Conversation by External ID

`GET /conversations/by-external-id/{externalId}`

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.

## Path parameters

- `externalId` string, required

## Response `200`

Conversation found

- ConversationByExternalIdResponse
  - `conversation_id` string — Attention conversation UUID corresponding to the external ID

## Other responses

- `401` — Authentication failed - valid API key required
- `404` — No conversation found for the given external ID
- `default` — Unexpected error occurred

---

[API](https://skmtc.net/attention/apis/attention-service-v2.md) · [All operations](https://skmtc.net/attention/apis/attention-service-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/attention/attention-service-v2/revisions/5de55d3804cf/schema)
