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

# Buscar conversa

> Retorna os dados de uma conversa específica.

## Endpoint

```
GET /v1/conversations/:id
```

**Escopo necessário:** `read:conversations`

## Exemplo de requisição

```bash theme={null}
curl "https://api.socialsell.ai/v1/conversations/664g2h3i4j5k6l7m8n9o0p1q" \
  -H "Authorization: Bearer sk_live_..."
```

Retorna o objeto conversa completo (mesmo formato da listagem).
