> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yampi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Conversation

> Obtiene el detalle de una conversación.

Requiere **userApiKey**. Incluye mensajes, asignación, etiquetas según el esquema.

<ParamField path="account_id" type="integer" required>ID de la cuenta.</ParamField>
<ParamField path="conversation_id" type="integer" required>ID de la conversación.</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET 'https://app.yampi.ai/api/v1/accounts/1/conversations/100' \
    -H 'api_access_token: TU_TOKEN' -H 'Content-Type: application/json'
  ```
</RequestExample>

Errores: **401**, **404**.
