Export an agent bundle
GEThttps://platform.docana.com/api/v1/agents/:agentId/export/
Exports the agent (and, recursively, its sub-agents) as a portable bundle with inline evaluation criteria, evals and routines. Served as a JSON file download (Content-Disposition: attachment).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The exported agent bundle as a file download
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
No access to the agent
Agent not found
Unexpected server error.