Get an auto-improve run of an agent
GEThttps://platform.docana.com/api/v1/agents/:agentId/auto-improve/runs/:runId/
Returns the run together with the test runs of its iterations. Use it to poll the progress of a process started via POST /api/v1/agents/{agentId}/auto-improve/. Answers 400 when the run exists but belongs to a different agent.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The auto-improve run with its test runs
Run does not belong to the agent
The API key or session is missing, expired, or malformed.
No read access to the application
Run not found
Unexpected server error.