List all checks
Lists all current checks in your account.
Query parameters
Limit the number of results
Limit the number of results
Page number
Page number
Filters the results by a string contained in the URL of an API check, for instance a domain like "www.myapp.com". Only returns API checks.
Filters the results by a string contained in the URL of an API check, for instance a domain like "www.myapp.com". Only returns API checks.
Filters checks by tags. Returns checks that have at least one of the specified tags.
Filters checks by tags. Returns checks that have at least one of the specified tags.
Filters checks by type. Returns checks that match the specified type.
Filters checks by type. Returns checks that match the specified type.
Filters checks by name using a case-insensitive partial match.
Filters checks by name using a case-insensitive partial match.
Filters checks by current status.
Filters checks by current status.
Checks that belong to a group are returned with group settings applied.
Checks that belong to a group are returned with group settings applied.
Headers
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Response
Successful
Example response
[
{
"projectBindings": {
"owner": {
"binding": {
"logicalId": "homepage-check"
}
},
"references": [
{
"binding": {
"logicalId": "homepage-check"
}
}
]
}
}
]Changes
Changed in 1 of the 4 revisions of this API.3511
- ▲
for the
headerrequest parameterx-checkly-account, the type/format was changed fromstring/tostring/uuidrequest-parameter-type-changed
- ▲
the
items/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
removed the required property
items/checkTypefrom the response with the200statusresponse-required-property-removed
- ●
for the
queryrequest parameterpage, the exclusiveMinimum was set totruerequest-parameter-exclusive-min-set
- ●
for the
queryrequest parameterpage, the min was set to0.00request-parameter-min-set
- ●
removed the optional property
attributesfrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
attributesfrom the response with the429statusresponse-optional-property-removed
- ●
removed the optional property
items/idfrom the response with the200statusresponse-optional-property-removed
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added
ChecksV1HeartbeatCheckChecksV1PlaywrightCheckChecksV1IcmpMonitorChecksV1TracerouteMonitorChecksV1GrpcMonitorChecksV1SslMonitorChecksV1ApiCheckChecksV1TcpCheckChecksV1UrlMonitorChecksV1DnsMonitorChecksV1BrowserCheckChecksV1MultiStepCheckChecksV1GenericCheckto theitems/response propertyanyOflist for the response status200response-property-any-of-added
- ○
the response property
messagebecame required for the status401response-property-became-required
- ○
the response property
messagebecame required for the status403response-property-became-required
- ○
the response property
messagebecame required for the status429response-property-became-required
- ○
removed the
401.00enum value from thestatusCoderesponse property for the response status401response-property-enum-value-removed
- ○
removed the
403.00enum value from thestatusCoderesponse property for the response status403response-property-enum-value-removed
- ○
removed the
429.00enum value from thestatusCoderesponse property for the response status429response-property-enum-value-removed
- ○
removed the
Forbiddenenum value from theerrorresponse property for the response status403response-property-enum-value-removed
- ○
removed the
Too Many Requestsenum value from theerrorresponse property for the response status429response-property-enum-value-removed
- ○
removed the
Unauthorizedenum value from theerrorresponse property for the response status401response-property-enum-value-removed
This revision also has 566 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲