> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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.

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        |

<RequestExample>
  ```bash cURL theme={null}
  curl --request POST \
    --url 'https://edi.stateset.com/v1/monitoring/evaluate' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
