get_location_fail_log
Retrieve failure logs for a specific monitoring location of an uptime monitor, showing HTTP status codes, timestamps, and durations with pagination.
Instructions
Get the fail log for a specific monitoring location of an uptime monitor.
Returns a fail_log array (id, type, http_code, started_at,
ended_at, duration) plus a meta object with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| location | Yes | Monitoring location identifier (required) | |
| per_page | No | Results per page | |
| monitor_id | Yes | Uptime monitor ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||