Get scenario-refinement progress
Improve Evaluators
Poll Improvement Progress
Check the progress of an evaluator improvement request.
GET
Get scenario-refinement progress
Authorizations
OAuth access token issued by Cekura for connected apps.
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 → LLM needs a follow-up answer from the user
- cancelled → user called /cancel-agent/
- failed → unrecoverable error;
erroris set
Always 'clarify'.
in_progress | completed | needs_clarification | cancelled | failed
ScenarioAgentResponseSerializer payload; null while status is in_progress
Error message when status is failed