Get an existing account action based on the provided ID
import { DigitalOcean } from 'digitalocean-js';
const client = new DigitalOcean('your-api-key');
const action = await client.actions.getExistingAction('specific-action-id');
Generated using TypeDoc
List all of the actions that have been executed on the current account. Limited to 25 actions per page unless otherwise specified.
Example