---
title: "GET /events:listFieldValues"
method: GET
path: "/events:listFieldValues"
tags: ["Events"]
---

# GET /events:listFieldValues

`GET /events:listFieldValues`

Retrieves the available values for each field. It is useful to know which filters to use when searching for events.

## Query parameters

- `actor` string, required

## Response `200`

Success, lists field values as populated in the events.

- EventFieldValues
  - `type` string[] — List of `type` values that can be used to filter events. Values in this list might not be returned in any event in the account, but all values you might find in an event will be listed here.

## Other responses

- `400` — The supplied object is invalid. Error detail will contain the validation error.
- `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)
