pydo.droplet_actions.get()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.droplet_actions.get(droplet_id=3164444, action_id=36804636)Description
To retrieve a Droplet action, send a GET request to
/v2/droplets/{droplet_id}/actions/{action_id}.
The response will be a JSON object with a key called action. The value will
be a Droplet action object.
Parameters
droplet_idinteger requiredA unique identifier for a Droplet instance.
action_idinteger requiredA unique numeric ID that can be used to identify and reference an action.
Request Sample
Response Example
More Information
See /v2/droplets/{droplet_id}/actions/{action_id} in the API reference for additional detail on responses, headers, parameters, and more.