v1
latestOpenAPI 3.0.02026-08-0650184174.6 KBTMS Checks
Returns a list overview of all transaction checks.
get/tms/check
Query parameters
extended_tagsboolean
Specifies whether to return an extended tags representation in the response (with type and count).
tagsstring[]
Tag list separated by commas. As an example "nginx,apache" would filter out all responses except those tagged nginx or apache
type'script' | 'recording'
Filter to return only checks of a given type (a TMS script or a WPM recording). If not provided, all checks are returned.
limitstring
Limit of returned checks
offsetstring
Offset of returned checks
Response
Description of all checks for a user.
Example response
{
"checks": [
{
"active": true,
"created_at": 1553070682,
"id": 3,
"interval": 10,
"modified_at": 1553070968,
"last_downtime_start": 1553081100,
"last_downtime_end": 1553089000,
"name": "My awesome check",
"region": "us-west",
"status": "successful",
"tags": [
"tag1",
"tag2"
]
}
],
"limit": 1000
}