Skip to main content
GET
Get Image Prewarm Task

Header

Authorization
string
erforderlich

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

Pfadparameter

task_id
string
erforderlich

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

Antwort

200 - application/json

OK

task_id
string

Image prewarm task ID

Beispiel:

"prewarm-task-id"

name
string

Image name

Beispiel:

"image:tag"

image
string

Image address

Beispiel:

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

region_id
string

Region ID

Beispiel:

"region-a"

product_ids
string[]

Product IDs covered by prewarming

Beispiel:
image_size
integer

Image size. Unit: bytes

Beispiel:

10737418240

created_at
integer

Creation time. Unix timestamp

Beispiel:

1714982400

completed_at
integer

Completion time. Unix timestamp; 0 when not finished

Beispiel:

0

status
object

Task status

registry_auth_id
string

Registry authentication ID

Beispiel:

"registry-auth-id"

note
string

Note for the prewarm task

Beispiel:

""

reason
string[]

Reasons for prewarm failure

Beispiel:
Zuletzt geändert am 10. August 2026