Skip to main content
POST
get jobs

Authorizations

Authorization
string
header
required

An API key (es_live_…) from Settings, under API keys, or an OAuth access token.

Headers

Idempotency-Key
string

Retry a paid dispatch safely: the same key returns the job already dispatched instead of charging again.

x-workspace-id
string

The workspace this one call acts in, when it is not the key's own.

Body

application/json
ids
string[]

Job ids as returned by the call that dispatched them (the job id, not the item id it produces). Omitted: everything still running.

Minimum array length: 1
wait_seconds
integer

With ids: return when every named job has finished, or after this many seconds, inside the 30 a host allows a call. No effect without ids.

Required range: 0 <= x <= 25

Response

Done, or a job started for work that runs longer (follow it with get_jobs).

ok
any
required
data
object
required
meta
object
required
media
object[]