Monitors
List Monitors
Request
GET /monitors
Curl Example
curl -X GET \
-H "Content-Type: application/json" \
-H "Authorization: Bearer d3d6763224e8f54ee5aeb08202b7eb101d97081876819cb48833d9f892185917" \
"https://api.statsignal.dev/v1/monitors"
Response Example
Status: 200 ok
{
"monitors": [
{
"uuid": "5717a4f2-cedf-410b-8dc0-ac1d772c8c64",
"name": "Example Monitor",
"title": "Title for Example Monitor",
"type": "https",
"urn": "example.com",
"intervalId": 2,
"description": "Description",
"regions": [
3,
5,
1
],
"groups": [
"93742199-d3d4-4a0a-a7bb-9e66e0a3f83b",
"c5623708-3fa4-4598-afc4-d134ca3a2ea8"
],
"degradedThreshold": 2,
"apdexThreshold": 0.75,
"createdAt": "2021-05-16T02:05:24.568781Z",
"updatedAt": "2021-05-16T02:36:15.912994Z"
},
{
"uuid": "d8cfe22d-7c4c-41a1-89aa-7277889146c2",
"name": "Example Monitor 2",
"title": "Title for Example Monitor 2",
"type": "https",
"urn": "example.com",
"intervalId": 1,
"description": "Description",
"regions": [
1,
3
],
"groups": [
"93742199-d3d4-4a0a-a7bb-9e66e0a3f83b",
"c5623708-3fa4-4598-afc4-d134ca3a2ea8"
],
"degradedThreshold": 0,
"apdexThreshold": 0,
"createdAt": "2021-05-14T12:41:15.833378Z",
"updatedAt": "2021-05-15T16:52:28.758982Z"
}
],
"paginator": {
"recordOffset": 0,
"pageSize": 10,
"pagesCount": 1,
"recordsCount": 2,
"recordOffsetChanged": false
}
}