Alert
List
Retrieve a paginated list of Alert records. Supports filtering, sorting, and search.
get/api/cp/alert
Query parameters
operator'<' | '<=' | '=' | '>' | '>=' | 'always'
Filter by Operator
state'Paused' | 'Ready' | 'Fired' | 'Sent' | 'Simulate'
Filter by State
notice_level'none' | 'warning' | 'error'
Filter by Notice Level
Response
Successful response
Example response
[
{
"id": 12345,
"company_id": 1,
"title": "Example Name",
"area": "example_area",
"operator": "<",
"threshold": 99.99,
"reset_threshold": 99.99,
"sample_period": 123,
"recipient": "example_recipient",
"template": "example_template",
"state": "Paused",
"penalty": 123,
"reset_timeout": "2025-01-17T10:30:00Z",
"cron": "example_cron",
"sandbox_id": 1,
"last_ran": "2025-01-17T10:30:00Z",
"next_run": "2025-01-17T10:30:00Z",
"tag": "example_tag",
"notice_level": "none",
"table_change": "example_table_change",
"query": "Sample query text content"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.