Skip to main content
GET
Get Job

Headers

Authorization
string
required

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

Path Parameters

job_id
string
required

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

Response

200 - application/json

OK

id
string

Job ID

Example:

"job-id"

type
string

Job type

Example:

"saveImage"

envs
string[]

Job environment variables

Example:
status
object

Job status

log
string

Job log endpoint

Example:
created_at
integer

Creation time. Unix timestamp

Example:

1714982400

member_id
string

Creator member ID. Same semantics as the legacy creator field

Example:

"member-id"

owner_id
string

Owner user UUID. Same semantics as the legacy uuid field

Example:

"owner-id"

deleted_time
integer

Deletion time. Unix timestamp

Example:

0

update_at
integer

Update time. Same semantics as v1, Unix timestamp

Example:

1714982600

instance_id
string

Associated instance ID

Example:

"instance-id"

Last modified on June 23, 2026