[GET] Buscar chat
Recupera um chat generativo externo.
Requisição
curl --location 'https://api.zaia.app/v1.1/api/external-generative-chat/retrieve?id=123' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <your api key here>'
Headers (Cabeçalhos)
Chave
Tipo
Exemplo
Obrigatório
Authorization
String
Bearer <sua chave aqui>
✓
Parâmetros de Query
Chave
Tipo
Exemplo
id
Number
123
Respostas
{
"id": 1379951,
"channel": "widget",
"agentId": 20733,
"createdAt": "2024-08-06T22:04:08.672Z",
"status": "active",
"externalId": "zaiaChat777"
}
Atualizado