---
title: "Get Chat Completion Field Options"
method: GET
path: "/v1/observability/chat-completion-fields/{field_name}/options"
tags: ["beta.observability.chat_completion_events.fields"]
---

# Get Chat Completion Field Options

`GET /v1/observability/chat-completion-fields/{field_name}/options`

Get Chat Completion Field Options

## Path parameters

- `field_name` string, required

## Query parameters

- `operator` 'lt' | 'lte' | 'gt' | 'gte' | 'startswith' | 'istartswith' | 'endswith' | 'iendswith' | 'contains' | 'icontains' | 'matches' | 'notcontains' | 'inotcontains' | 'eq' | 'neq' | 'isnull' | 'includes' | 'excludes' | 'len_eq', required — The operator to use for filtering options

## Response `200`

Successful Response

- FetchChatCompletionFieldOptionsResponse
  - `options` union[], nullable
    - union
      - string
      - boolean

## Other responses

- `400` — Bad Request - Invalid request parameters or data
- `404` — Not Found - Resource does not exist
- `408` — Request Timeout - Operation timed out
- `409` — Conflict - Resource conflict
- `422` — Unprocessable Entity - Validation error

---

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