GET {{baseUrl}}/monitors
Gets all monitors.
Body
PARAM
Key | Datatype | Required | Description |
workspace
|
string | Return only the monitors that are in the given workspace ID. |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"monitors": [
{
"id": "1e6b6cc1-c760-48e0-968f-4bfaeeae9af1",
"name": "Test Monitor",
"uid": "12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1",
"owner": 12345678
}
]
} |
ENDPOINTS