Skip to main content
GET
/
api
/
agents
/
{agentId}
/
knowledge
/
documents
List Documents
curl --request GET \
  --url https://api.example.com/api/agents/{agentId}/knowledge/documents
{
  "documents": [
    {}
  ]
}

Description

Get all documents in an agent’s knowledge base.

Authentication

Required (API key or JWT token)

Response

documents
array
Array of document objects