## List **get** `/v2/droplets/{droplet_id}/actions` To retrieve a list of all actions that have been executed for a Droplet, send a GET request to `/v2/droplets/$DROPLET_ID/actions`. The results will be returned as a JSON object with an `actions` key. This will be set to an array filled with `action` objects containing the standard `action` attributes. ### Returns - **meta:** `MetaProperties` Information about the response itself. - **actions:** `array of Action` - **links:** `PageLinks`