particle_alert_list
List the alerts in your project, newest first. Each entry carries the alert id — feed it into particle_alert_get for full configuration, particle_alert_list_matches for what it has caught, or particle_alert_update / particle_alert_delete to manage it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Alerts per page (1-100, default 25). | |
| cursor | No | Opaque pagination cursor from a previous response's cursor field. | |
| output_format | No | Output serialization. 'markdown' (default) returns the LLM-facing rendering. 'json' returns the structured payload as JSON text — use only for programmatic chaining where exact field extraction matters; the JSON shape is larger and noisier for an LLM to read. |