Skip to main content
GET
Get Job

Headers

Authorization
string
vereist

Bearer authentication format, e.g.: Bearer {{API_KEY}}.

Padparameters

job_id
string
vereist

Job ID. String, length: 1-255 characters.

Respons

200 - application/json

OK

id
string

Job ID

Voorbeeld:

"job-id"

type
string

Job type

Voorbeeld:

"saveImage"

envs
string[]

Job environment variables

Voorbeeld:
status
object

Job status

log
string

Job log endpoint

Voorbeeld:
created_at
integer

Creation time. Unix timestamp

Voorbeeld:

1714982400

member_id
string

Creator member ID. Same semantics as the legacy creator field

Voorbeeld:

"member-id"

owner_id
string

Owner user UUID. Same semantics as the legacy uuid field

Voorbeeld:

"owner-id"

deleted_time
integer

Deletion time. Unix timestamp

Voorbeeld:

0

update_at
integer

Update time. Same semantics as v1, Unix timestamp

Voorbeeld:

1714982600

instance_id
string

Associated instance ID

Voorbeeld:

"instance-id"

Laatst gewijzigd op 10 augustus 2026