---
title: "GET /api/v1/state/rule-evaluations"
method: GET
path: "/api/v1/state/rule-evaluations"
tags: ["RuleEvaluations"]
---

# GET /api/v1/state/rule-evaluations

`GET /api/v1/state/rule-evaluations`

## Query parameters

- `page.max_size` integer
- `page.token` string

## Response `200`

A successful response.

- Statev1ListRuleEvaluationsResponse
  - `page` Configv1PageResult
    - `next_token` string — An opaque page token that identifies the next page of items that the client should request. An empty value indicates that there are no more items to return.
  - `rule_evaluations` Statev1RuleEvaluation[]
    - `count` integer — The number of rule evaluation issues occurred over last 5 minutes.
    - `detected_at` string, date-time — Timestamp when the rule evaluation issues are detected. Rule evaluations issues are aggregated over last 5 minute leading up to detected_at.
    - `message` string — Detailed message related to rule evaluation issue. See "Admin > Evaluation failures" in the Chronosphere documentation for more information.
    - `rule_slug` string — Unique identifier of the rule.
    - `rule_type` 'MONITOR' | 'RECORDING'

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/chronosphere/apis/data-v1-api.md) · [All operations](https://skmtc.dev/chronosphere/apis/data-v1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chronosphere/data-v1-api/revisions/ee91fd539ced/schema)
