---
title: "List select options"
method: GET
path: "/v2/{target}/{identifier}/attributes/{attribute}/options"
tags: ["Attributes"]
---

# List select options

`GET /v2/{target}/{identifier}/attributes/{attribute}/options`

Lists all select options for a particular attribute on either an object or a list.

When `target` is `objects`, the required scopes are `object_configuration:read`. When `target` is `lists`, the required scopes are `list_configuration:read`.

## Path parameters

- `target` 'objects' | 'lists', required — Whether the attribute is on an object or a list.
- `identifier` string, required — A UUID or slug to identify the object or list the select attribute belongs to.
- `attribute` string, required — A UUID or slug to identify the attribute you want to list select options on.

## Query parameters

- `show_archived` boolean — `true` if you want the results to include archived select options.

## Response `200`

Success

- object — Success
  - `data` SelectOption[], required
    - `id` object, required
      - `workspace_id` string, uuid, required — The ID of the workspace
      - `object_id` string, uuid, required — The ID of the object
      - `attribute_id` string, uuid, required — The ID of the attribute
      - `option_id` string, uuid, required — The ID of the select option
    - `title` string, required — The title of the select option
    - `is_archived` boolean, required — Whether or not to archive the select option. See our [archiving guide](/docs/archiving-vs-deleting) for more information on archiving.

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/attio/apis/attio-api.md) · [All operations](https://skmtc.net/attio/apis/attio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/attio/attio-api/versions/40a8e41d06a2/schema)
