v1
latestOpenAPI 3.0.02026-08-0650184174.6 KBTMS Checks
Returns a single transaction check.
get/tms/check/{cid}
Path parameters
cidinteger required
Specifies the id of the check to be fetched
Query parameters
extended_tagsboolean
Specifies whether to return an extended tags representation in the response (with type and count).
Response
Detailed description of specified check.
Example response
{
"active": true,
"contact_ids": [
12345678,
19876654
],
"created_at": 1553070682,
"modified_at": 1553070968,
"last_downtime_start": 1553081100,
"last_downtime_end": 1553089000,
"custom_message": "My custom message",
"interval": 10,
"name": "My awesome check",
"region": "us-west",
"send_notification_when_down": 1,
"severity_level": "low",
"status": "successful",
"steps": [
{
"args": {
"url": "http://www.google.com"
},
"fn": "go_to"
}
],
"team_ids": [
12345678,
135790
],
"integration_ids": [
1234,
1359
],
"metadata": {
"width": 1950,
"height": 1080,
"authentications": {
"httpAuthentications": [
{
"credentials": {
"password": "secret",
"userName": "admin"
},
"host": "https://example.com/auth"
}
]
}
},
"tags": [
"tag1",
"tag2"
]
}