Battery
List actions for a device
Returns a paginated list of actions for a battery device, optionally filtered by lifecycle state. Useful for finding scheduled actions to cancel or completed actions to inspect.
GET
curl
Documentation Index
Fetch the complete documentation index at: https://docs.amps.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The unique identifier for the battery device.
Example:
"device_abc123"
Query Parameters
Number of actions to skip (default: 0).
Example:
0
Maximum number of actions to return (1-50, default: 10).
Example:
10
Filter by action lifecycle state.
Available options:
acknowledged, completed, failed, scheduled, cancelled curl