To retrieve a list of all actions that have been executed for a Droplet, senda GET request to /v2/droplets/$DROPLET_ID/actions.The results will be returned as a JSON object with an actions key. This willbe set to an array filled with action objects containing the standardaction attributes.
To retrieve a list of all actions that have been executed for a Droplet, senda GET request to
/v2/droplets/$DROPLET_ID/actions.The results will be returned as a JSON object with anactionskey. This willbe set to an array filled withactionobjects containing the standardactionattributes.