cURL
curl --request POST \ --url https://api.example.com/api/executions/{execution_uuid}/retry
{ "execution_uuid": "<string>", "workflow_version_uuid": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "workflow_uuid": "<string>", "workflow_name": "<string>", "status": "queued", "input_payload": "<unknown>", "duration_ms": 123, "n_steps": 123, "n_agent_actions": 123, "n_screenshots": 123, "output_url": "<string>", "video_url": "<string>", "logs_url": "<string>" }
Successful Response
queued
running
paused
completed
failed
Was this page helpful?