POST
/
api
/
v1
/
flows
/
queue
/
retry
Retry Failed Jobs
curl --request POST \
  --url https://agent-studio.thena.ai/api/v1/flows/queue/retry \
  --header 'x-api-key: <api-key>'
"<any>"

Authorizations

x-api-key
string
header
required

Query Parameters

priority
enum<string>
required

Execution priority levels.

Available options:
low,
normal,
high,
urgent
max_retries
integer
default:3

Maximum retry attempts

Required range: 1 <= x <= 10

Response

200
application/json

Successful Response

The response is of type any.