pydo.image_actions.list()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.image_actions.list(image_id=62137902)Description
To retrieve all actions that have been executed on an image, send a GET request to /v2/images/{image_id}/actions.
Parameters
image_idinteger requiredA unique number that can be used to identify and reference a specific image.
Request Sample
Response Example
More Information
See /v2/images/{image_id}/actions in the API reference for additional detail on responses, headers, parameters, and more.