v47

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-181,0851,7264.5 MB
Missions

Update step status

Update the status of a plan step

patch/ai/missions/{mission_id}/runs/{run_id}/plan/steps/{step_id}

Path parameters

mission_idstring uuid required

Unique identifier of the mission.

run_idstring uuid required

Unique identifier of the run.

step_idstring required

Unique identifier of the step.

Request body

status'pending' | 'in_progress' | 'completed' | 'skipped' | 'failed'
metadataobject

Response

Successful Response