---
title: "Get Choices"
method: POST
path: "/v2/actions/{action_id}/inputs/{input_id}/choices"
tags: ["Actions", "Inputs"]
---

# Get Choices

`POST /v2/actions/{action_id}/inputs/{input_id}/choices`

Get the possible values for a `SELECT` Input Field.

#### When using OAuth

This endpoint requires the `zap` OAuth scope.

## Path parameters

- `action_id` string, required
- `input_id` string, required

## Query parameters

- `page` string

## Request body

- ChoiceRequest
  - `data` ChoiceParams, required — A Choice as to be provided to the /choices endpoint
    - `authentication` string, nullable, required — The Authentication ID for this Choice, if present/required
    - `inputs` object, nullable, required — The Inputs for this Choice, if present/required

## Response `200`

- ChoiceResponse[]
  - `data` Choice[] — A list of Choices matching the given request
    - `id` string, required — The ID of this variant
    - `type` string, required — The type of this object
    - `label` string, nullable — An optional human-readable label for this variant. Useful if the actual value is not a human-readable value, such as an identifier.
    - `value` string, required — The value of this variant.
  - `links` Links, required — The links object returned in paginated response bodies.
    - `next` string, nullable — The URL of the next page of paginated results.
    - `prev` string, nullable — The URL of the previous page of paginated results.
  - `meta` Meta, required — Metadata about a certain response
    - `page` integer, required — The current page

## Other responses

- `400` — This schema can be expected for 4xx 'Malformed request.' errors
- `401` — 401 Response
- `403` — 403 Response
- `409` — 409 Response
- `429` — 429 Response
- `500` — This schema can be expected for 5xx 'A server error occurred.' errors
- `503` — 503 Response
- `504` — 504 Response

---

[API](https://skmtc.dev/zapier/apis/trigger-inbox-api.md) · [All operations](https://skmtc.dev/zapier/apis/trigger-inbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zapier/trigger-inbox-api/revisions/3fc4c2846ba1/schema)
