Skip to main content
GET
List Jobs

Headers

Authorization
string
required

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

Query Parameters

limit
integer

Maximum number of items to return. Integer, value >= 0.

cursor
string

Cursor returned by the previous page. Leave empty for the first request. String, length: 0-1024 characters.

job_id
string

Filter by job ID.

type
string

Filter by job type, e.g.: saveImage, instanceMigrate, autoInstanceMigrate.

status
string

Filter by job status.

start_time
integer

Lower bound of the creation time range. Unix timestamp.

end_time
integer

Upper bound of the creation time range. Unix timestamp.

member_ids
string

Filter by creator member ID. Multiple IDs are comma-separated. Maps to member_id in the response.

Response

200 - application/json

OK

data
object[]

Job list

next_cursor
string

Cursor for the next page. Empty when no more data

Example:

"eyJpZCI6Im5leHQtcGFnZSJ9"

has_more
boolean

Whether more data is available

Example:

true

Last modified on June 23, 2026