get_charge_points
Retrieve a paginated list of available EV charging stations. Specify page and items per page to browse charge points.
Instructions
Get a list of available EV charging points/stations.
Args:
page: Page number for pagination (1-indexed, default: 1)
per_page: Number of items per page (default: 10, min: 1, max: 100)
Returns:
List of charge point dictionaries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| per_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |