---
title: "List facet values"
method: GET
path: "/v3/logs/facets/{field}"
tags: ["Logs"]
---

# List facet values

`GET /v3/logs/facets/{field}`

Return distinct values with occurrence counts for a given facet field.

## Path parameters

- `field` string, required

## Query parameters

- `limit` integer
- `from` string, date-time
- `to` string, date-time
- `search` string

## Response `200`

OK

- ListLogFacetValuesResponse
  - `values` FacetValue[]
    - `value` string
    - `count` string

---

[API](https://skmtc.net/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.net/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/revisions/41c02aedc7c0/schema)
