Skip to main content
GET
List Image Prewarm Tasks

ヘッダー

Authorization
string
必須

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

クエリパラメータ

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.

利用可能なオプション:
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.

レスポンス

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

:

"eyJpZCI6Im5leHQtcGFnZSJ9"

has_more
boolean

Whether more data is available

:

true

最終更新日 2026年8月10日