Generates a report with aggregate statistics for checks and check groups.

GET {{baseUrl}}/v1/reporting?from=1987-11-28&to=1987-11-28&presetWindow=last24Hrs&deactivated=false

Generates a report with aggregated statistics for all checks or a filtered set of checks over a specified time window.

Request Params

KeyDatatypeRequiredDescription
fromstringCustom start time of reporting window in unix timestamp format. Setting a custom "from" timestamp overrides the use of any "presetWindow".
tostringCustom end time of reporting window in unix timestamp format. Setting a custom "to" timestamp overrides the use of any "presetWindow".
presetWindowstringPreset reporting windows are used for quickly generating report on commonly used windows. Can be overridden by using a custom "to" and "from" timestamp.
deactivatedbooleanFilter checks by activated status.

HEADERS

KeyDatatypeRequiredDescription
x-checkly-accountstringYour Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Acceptstring

RESPONSES

status: OK

[{"name":"API Check","checkId":"6d3ad736-3f9c-4b2c-9b19-dea0386f6ed7","checkType":"API","deactivated":false,"tags":["production"],"aggregate":{"successRatio":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"avg":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"p95":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"p99":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}},{"name":"API Check","checkId":"6d3ad736-3f9c-4b2c-9b19-dea0386f6ed7","checkType":"API","deactivated":false,"tags":["production"],"aggregate":{"successRatio":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"avg":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"p95":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"p99":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}}]