Monitors
Get Monitor
Request
GET /monitors/uuid
Curl Example
curl -X GET \
-H "Content-Type: application/json" \
-H "Authorization: Bearer d3d6763224e8f54ee5aeb08202b7eb101d97081876819cb48833d9f892185917" \
"https://api.statsignal.dev/v1/monitors/5717a4f2-cedf-410b-8dc0-ac1d772c8c64"
Response Example
Status: 200 ok
{
"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"
}