pydo.image_actions.get()
Generated on 9 Jun 2026
from pydo version
v0.36.0
Usage
client.image_actions.get(image_id=62137902, action_id=36804636)Description
To retrieve the status of an image action, send a GET request to /v2/images/{image_id}/actions/{action_id}.
Parameters
image_idinteger requiredA unique number that can be used to identify and reference a specific image.
action_idinteger requiredA unique numeric ID that can be used to identify and reference an action.
Request Sample
Response Example
More Information
See /v2/images/{image_id}/actions/{action_id} in the API reference for additional detail on responses, headers, parameters, and more.