Checkly integration (Developer Tools). Imported from open-connector.
https://api.checklyhq.com/v1/accounts/me
/v1/checks
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of checks to return. |
| page | integer | optional | Page number to retrieve. |
| apiCheckUrlFilterPattern | string | optional | Filter API checks by a string contained in the checked URL. |
| tag | array | optional | Tags used to filter checks. |
| checkType | string | optional | Checkly check type filter. |
| search | string | optional | Case-insensitive partial name search. |
| status | string | optional | Current check status filter. |
| applyGroupSettings | boolean | optional | Whether group settings should be applied to returned checks. |
/v1/checks/{checkId}
| Param | Type | Required | Description |
|---|---|---|---|
| checkId | string | required | Checkly check identifier. |
| includeDependencies | boolean | optional | Whether to include check dependencies in the response. |
| applyGroupSettings | boolean | optional | Whether group settings should be applied to the check. |
/v1/check-statuses
/v1/check-statuses/{checkId}
| Param | Type | Required | Description |
|---|---|---|---|
| checkId | string | required | Checkly check identifier. |
/v1/check-results/{checkId}
| Param | Type | Required | Description |
|---|---|---|---|
| checkId | string | required | Checkly check identifier. |
| limit | integer | optional | Maximum number of check results to return. |
| page | integer | optional | Page number to retrieve. |
| from | string | optional | Lower UNIX timestamp boundary for returned results. |
| to | string | optional | Upper UNIX timestamp boundary for returned results. |
| location | string | optional | Checkly data center location used to filter results. |
| checkType | string | optional | Checkly check type filter. |
| hasFailures | boolean | optional | Whether to return only results with failures. |
| resultType | string | optional | Check result type filter. |
/v1/check-results/{checkId}/{checkResultId}
| Param | Type | Required | Description |
|---|---|---|---|
| checkId | string | required | Checkly check identifier. |
| checkResultId | string | required | Checkly check result identifier. |