Skip to main content
POST
Error

Headers

Idempotency-Key
string
required

Required on every mutating request. A double-clicked Retry, or a proxy retrying a POST, must not enqueue the job twice. Keys are retained long enough to cover a client retry window and the response is replayed verbatim.

Body

application/json
action
enum<string>
required
Available options:
retry,
archive,
delete,
cancel
ids
string[]
required
Maximum array length: 1000

Response

200 - application/json

Per-job action results.

succeeded
string[]
failed
object[]

Per-id failure — a job that finished before the click is not an error for the whole batch.