List check results
checkly_list_check_resultsList individual run results for a check (latency, success, location, response). Public API: GET /v1/check-results/{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. | |
| location | No | Filter by run location, e.g. eu-west-1. | |
| resultType | No | FINAL, ATTEMPT, or ALL. | |
| hasFailures | No | Only return results that contain failures. |