cURL
curl --request POST \ --url https://api.beamstudio.ai/agent-tasks/retry \ --header 'Content-Type: application/json' \ --header 'current-workspace-id: <current-workspace-id>' \ --header 'x-api-key: <api-key>' \ --data ' { "taskNodeId": "<string>", "taskId": "<string>", "taskNodeFeedbackAsText": "<string>", "taskNodeFeedbackPerKeys": [ { "outputKey": "<string>", "description": "<string>" } ] } '
Retry a failed or incomplete task execution with optional modifications.
Show child attributes
Task retry initiated successfully