Retry Jobs Batch V1
Retry up to 50 failed/cancelled jobs in one call. Per-item outcomes — non-retriable jobs (wrong status, cross-tenant, unknown id) are reported in their own row…
POST
Retry up to 50 failed/cancelled jobs in one call.
Per-item outcomes — non-retriable jobs (wrong status, cross-tenant,
unknown id) are reported in their own row without blocking the
others. Quota is checked once for the whole batch; if accepting all
valid items would push past, the whole batch is rejected (same
contract as
/trigger/batch).
Idempotency is not supported at the batch level — each row creates a
fresh retry. To make a retry replay-safe, use /jobs/{id}/retry
one-by-one with an Idempotency-Key.
Request body
RetryBatchRequest
string (uuid)[]
required
List of source job UUIDs to retry (1..50). Items are validated independently; non-retriable rows surface as per-row errors without blocking the rest.
Response
RetryBatchResponse
integer
required
integer
required
RetryBatchItemResult[]
required