List alerts
list_alertsList paginated store alerts, sorting CRITICAL first and newest first. Filter by ACTIVE or RESOLVED status, or auto-fetch all items up to 500.
Instructions
List system alerts of the store (paginated), CRITICAL ones first and newest first within the same severity. The API requires a status filter; defaults to ACTIVE when not provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Fetch all pages via auto-pagination, up to 500 items; ignores page/per_page. | |
| page | No | Page number, starting at 1 (default 1). | |
| status | No | Filter by alert status (default: [ACTIVE]). | |
| per_page | No | Items per page, 1-100 (default 25). Values outside the range are clamped. |