Get alerts for a check
checkly_get_check_alertsList alert notifications for one specific check. Public API: GET /v1/check-alerts/{checkId}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End of range as a Unix timestamp (seconds). | |
| from | No | Start of range as a Unix timestamp (seconds). | |
| page | No | 1-based page number. | |
| limit | No | Page size. | |
| checkId | Yes | The check id. |