List Server Actions
hetzner_list_server_actionsRetrieve a server's action history, including power changes and rebuilds. Filter by status, sort, and paginate results to track operations.
Instructions
List all actions for a specific server, such as power changes and rebuilds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Server ID | |
| page | No | Page number | |
| sort | No | Sort field, e.g. "id:asc" or "name:desc" | |
| status | No | Filter by action status: comma-separated list of "running", "success", "error" | |
| per_page | No | Results per page (max 50) |