Skip to main content
GET
List Image Prewarm Tasks

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.

status
enum<string>

Filter by task status. Allowed values: pending, running, succeeded, failed. Use an empty string to skip filtering.

Available options:
pending,
running,
succeeded,
failed
region_id
string

Filter by region ID. String, length: 0-255 characters.

name
string

Fuzzy search by image name or note. String, length: 0-255 characters.

Response

200 - application/json

OK

data
object[]

Image prewarm task list

next_cursor
string

Cursor for the next page. Empty string when there is no more data

Example:

"eyJpZCI6Im5leHQtcGFnZSJ9"

has_more
boolean

Whether more data is available

Example:

true

Last modified on June 23, 2026