Skip to main content
GET
/
knowledge
/
documents
Listar documentos
curl --request GET \
  --url https://api.cordialy.ai/integrations/v1/knowledge/documents \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "title": "<string>",
    "content": "<string>",
    "is_active": true,
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

X-API-Key
string
header
required

Chave de API gerada na plataforma em Integrações → API Keys

Response

200 - application/json

Lista de documentos

id
string<uuid>
title
string

Título do documento

content
string

Conteúdo usado pelo agente de IA (RAG)

is_active
boolean
created_at
string<date-time>