v2
latestOpenAPI 3.0.02026-07-261859071.2 MBCheck groups
Retrieve a check group
Show details of a specific check group
get/v1/check-groups/{id}
Path parameters
idinteger required
Headers
x-checkly-accountstring
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
{
"id": 1,
"name": "Check group",
"tags": [
"production"
],
"locations": [
"us-east-1",
"eu-central-1"
],
"apiCheckDefaults": {
"url": "https://api.example.com/v1",
"headers": [
{
"key": "Cache-Control",
"value": "no-store"
}
],
"queryParameters": [
{
"key": "Page",
"value": "1"
}
],
"assertions": [
{
"source": "STATUS_CODE",
"comparison": "NOT_EMPTY",
"target": "200"
}
],
"basicAuth": {
"username": "admin",
"password": "abc12345"
}
},
"environmentVariables": [
{
"key": "API_KEY"
}
],
"privateLocations": [
"data-center-eu"
]
}