cURL
curl --request GET \ --url https://api.example.com/v1/knowledge-base/{document_id}
{ "id": "<string>", "name": "<string>", "type": "<string>", "metadata": { "created_at_unix_secs": 123, "last_updated_at_unix_secs": 123, "size_bytes": 123 }, "extracted_inner_html": "<string>", "url": "<string>", "dependent_agents": [] }
Get a specific knowledge base document by ID with full content.
Returns document with extracted_inner_html content.
API key for authentication
Successful Response
Knowledge base document detail response (with full content)
Metadata for knowledge base documents
Show child attributes