cURL
curl --request GET \ --url https://api.example.com/v1/knowledge-base/{document_id}/dependent-agents
{ "agents": [ { "id": "<string>", "name": "<string>", "created_at_unix_secs": 123, "type": "available" } ], "has_more": true, "next_cursor": "<string>" }
List agents that depend on a specific knowledge base document.
API key for authentication
Cursor for pagination
Items per page
1 <= x <= 100
Successful Response
Paginated dependent agents for a document
Show child attributes