List metrics
statuspal_list_metricsList the metrics configured on a status page. Use before/after cursors to paginate. StatusPal: GET /status_pages/{subdomain}/metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor — return metrics after this cursor. | |
| limit | No | Max metrics to return. | |
| before | No | Pagination cursor — return metrics before this cursor. | |
| subdomain | No | Status page subdomain (overrides STATUSPAL_SUBDOMAIN). |