pydo.volume_actions.get()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.volume_actions.get(
volume_id="7724db7c-e098-11e5-b522-000f53304e51",
action_id=36804636,
per_page=20,
page=1,
)Description
To retrieve the status of a volume action, send a GET request to /v2/volumes/{volume_id}/actions/{action_id}.
Parameters
volume_idstring requiredThe ID of the block storage volume.
action_idinteger requiredA unique numeric ID that can be used to identify and reference an action.
per_pageinteger optionalNumber of items returned per page
pageinteger optionalWhich 'page' of paginated results to return.
Request Sample
Response Example
More Information
See /v2/volumes/{volume_id}/actions/{action_id} in the API reference for additional detail on responses, headers, parameters, and more.