curl --request POST \
--url https://agent-studio.thena.ai/api/v1/flows/queue/retry \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Retry failed jobs in a specific priority queue.
This will:
curl --request POST \
--url https://agent-studio.thena.ai/api/v1/flows/queue/retry \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}