Skip to main content
POST
/
agent-tasks
/
retry
Retry Task Execution
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>"
    }
  ]
}
'

Authorizations

x-api-key
string
header
required

Headers

current-workspace-id
string
required

Body

application/json
taskNodeId
string
taskId
string
taskNodeFeedbackAsText
string
taskNodeFeedbackPerKeys
object[]

Response

201

Task retry initiated successfully