List incidents
statuspal_list_incidentsList incidents for a status page. Returns {incidents[], links:{next,prev}, meta:{total_count}}. Use before/after cursors to paginate and type to filter. StatusPal: GET /status_pages/{subdomain}/incidents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter incidents by type. | |
| after | No | Pagination cursor — return incidents after this cursor. | |
| limit | No | Max incidents to return (default 20, max 100). | |
| before | No | Pagination cursor — return incidents before this cursor. | |
| subdomain | No | Status page subdomain (overrides STATUSPAL_SUBDOMAIN). |