cURL
Improve Evaluators
Poll Improvement Progress
Check the progress of an evaluator improvement request.
GET
cURL
Authorizations
API Key Authentication. It should be included in the header of each request.
Query Parameters
The progress_id returned by POST /scenario-agent/
Response
Response serializer for GET /scenario-agent-progress/?progress_id=...
status lifecycle:
- in_progress → LLM still running; poll again
- completed → LLM finished;
resultholds the full response - needs_clarification → (clarify mode) LLM needs a follow-up answer from user
- needs_agent_clarification → (improve mode) LLM needs user to select an agent
- cancelled → user called /cancel-agent/
- failed → unrecoverable error;
erroris set
clarify or improve
in_progress | completed | needs_clarification | needs_agent_clarification | cancelled | failed
ScenarioAgentResponseSerializer payload; null while status is in_progress
Error message when status is failed