Skip to main content
GET
List Jobs

Encabezados

Authorization
string
requerido

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

Parámetros de consulta

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.

Respuesta

200 - application/json

OK

data
object[]

Job list

next_cursor
string

Cursor for the next page. Empty when no more data

Ejemplo:

"eyJpZCI6Im5leHQtcGFnZSJ9"

has_more
boolean

Whether more data is available

Ejemplo:

true

Última modificación el 10 de agosto de 2026