curl --request POST \
--url 'https://edi.stateset.com/v1/monitoring/evaluate' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Evaluates monitoring and **fires** every critical alert through the
configured alerter (webhook/email) — the push hook a scheduler calls. Returns the snapshot and how many alerts were dispatched.
POST
/
v1
/
monitoring
/
evaluate
curl --request POST \
--url 'https://edi.stateset.com/v1/monitoring/evaluate' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
configured alerter (webhook/email) — the push hook a scheduler calls.
Returns the snapshot and how many alerts were dispatched.
Response
No response body. Snapshot + count of alerts fired.Status codes
| Code | Meaning |
|---|---|
200 | Snapshot + count of alerts fired |
403 | Admin credential required |
curl --request POST \
--url 'https://edi.stateset.com/v1/monitoring/evaluate' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Last modified on August 31, 2026