Docker

Get Pull Status

Get the status of all Docker image pull operations.

Returns the current status of all image pulls that have been initiated, including completed, in-progress, and failed operations. Use this to monitor download progress after calling /pull-image.

Use this endpoint to track image download progress and verify completion before creating containers with newly pulled images.

get/docker/pull-status

Response

Successful Response

{"stackTrail":"paths:/docker/pull-status:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes