---
title: "Get survey field options"
method: GET
path: "/api/v2/survey_field_options"
tags: ["Survey Field Options"]
---

# Get survey field options

`GET /api/v2/survey_field_options`

List all survey field options.

## Query parameters

- `filter` union — Filter schema for `survey_field_option` list endpoints — pass a single condition or a logical group.
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.
  - FilterSurveyFieldOption — Filter parameters for survey field options.
    - `survey_field_id` union — Filter by the associated survey field.
      - object — Filter using explicit operator syntax.
        - `contains` SurveyFieldId — unresolved $ref
        - `eq` SurveyFieldId — unresolved $ref
        - `not_eq` SurveyFieldId — unresolved $ref
        - `not_contain` SurveyFieldId — unresolved $ref
      - SurveyFieldId — unresolved $ref
    - `archived` union — Filter to include only archived (or non-archived) field options.
      - object — Filter using explicit operator syntax.
        - `eq` Archived — unresolved $ref
        - `not_eq` Archived — unresolved $ref
        - `contains` Archived — unresolved $ref
        - `not_contain` Archived — unresolved $ref
      - Archived — unresolved $ref
    - `custom_field_id` union — Filter by the associated custom field.
      - CustomFieldId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` CustomFieldId — unresolved $ref
        - `contains` CustomFieldId — unresolved $ref
        - `not_eq` CustomFieldId — unresolved $ref
        - `not_contain` CustomFieldId — unresolved $ref
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection survey field option

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/11e8576224b8/schema)
