Skip to main content

List manual thresholds

GET

Returns active manual thresholds for the authenticated environment.

Response

  • 200 OK

The response is an array of Manual threshold objects, sorted by createdAt descending.

Deleted thresholds are not returned by this endpoint.

[
{
"id": "64b64b64b64b64b64b64b64c",
"target": {
"statTypeId": "22222222-2222-2222-2222-222222222222",
"nodeId": 123
},
"mode": "STATIC",
"bounds": {
"upper": 5,
"lower": 1
},
"createdAt": "2025-01-03T00:00:00.000Z",
"updatedAt": "2025-01-03T00:00:00.000Z"
},
{
"id": "64b64b64b64b64b64b64b64b",
"target": {
"statTypeId": "11111111-1111-1111-1111-111111111111"
},
"mode": "CAPPED",
"bounds": {
"upper": 10,
"lower": 20
},
"createdAt": "2025-01-02T00:00:00.000Z",
"updatedAt": "2025-01-02T00:00:00.000Z"
}
]

Errors

  • 401: unauthorized
  • 403: forbidden