Skip to main content
GET
List Jobs

En-têtes

Authorization
string
requis

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

Paramètres de requête

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.

Réponse

200 - application/json

OK

data
object[]

Job list

next_cursor
string

Cursor for the next page. Empty when no more data

Exemple:

"eyJpZCI6Im5leHQtcGFnZSJ9"

has_more
boolean

Whether more data is available

Exemple:

true

Dernière modification le 10 août 2026