Skip to main content
GET
Get Image Prewarm Task

En-têtes

Authorization
string
requis

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

Paramètres de chemin

task_id
string
requis

Image prewarm task ID. String, length: 1-255 characters.

Réponse

200 - application/json

OK

task_id
string

Image prewarm task ID

Exemple:

"prewarm-task-id"

name
string

Image name

Exemple:

"image:tag"

image
string

Image address

Exemple:

"registry.example.com/team/image:tag"

region_id
string

Region ID

Exemple:

"region-a"

product_ids
string[]

Product IDs covered by prewarming

Exemple:
image_size
integer

Image size. Unit: bytes

Exemple:

10737418240

created_at
integer

Creation time. Unix timestamp

Exemple:

1714982400

completed_at
integer

Completion time. Unix timestamp; 0 when not finished

Exemple:

0

status
object

Task status

registry_auth_id
string

Registry authentication ID

Exemple:

"registry-auth-id"

note
string

Note for the prewarm task

Exemple:

""

reason
string[]

Reasons for prewarm failure

Exemple:
Dernière modification le 10 août 2026