---
title: "GET /eventAlertConditionRules:listFieldValues"
method: GET
path: "/eventAlertConditionRules:listFieldValues"
tags: ["Event Alert Rules"]
---

# GET /eventAlertConditionRules:listFieldValues

`GET /eventAlertConditionRules:listFieldValues`

Fetches the list of field values across all the attributes of alertConditionRules stored for this account. These values can be used to filter the results of the [GET `/eventAlertConditionRules`](https://developer.eagleeyenetworks.com/reference/listeventalertconditionrules) endpoint.

## Response `200`

Success, returns possible values of each field

- ApiEventRulesFields
  - `actors` object[]
    - `actor` string — The actor in the format `actorType:actorId`.
    - `name` string — Name of the actor.
  - `enabled` boolean[]
  - `priority` Priority[]

## Other responses

- `401` — You are not authenticated. Please authenticate and try again.
- `403` — You have no permission to access the specified resource.
- `500` — Something went wrong in the server. Please try again.

---

[API](https://skmtc.net/eagleeyenetworks/apis/devices.md) · [All operations](https://skmtc.net/eagleeyenetworks/apis/devices/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eagleeyenetworks/devices/revisions/df57313de545/schema)
