---
title: "Get poll option"
method: GET
path: "/polls/{poll_id}/options/{option_id}"
tags: ["product:chat"]
---

# Get poll option

`GET /polls/{poll_id}/options/{option_id}`

Retrieves a poll option

## Path parameters

- `poll_id` string, required — Poll ID
- `option_id` string, required — Option ID

## Response `200`

Successful response

- PollOptionResponse, nullable
  - `duration` string, required — Duration of the request in milliseconds
  - `poll_option` PollOptionResponseData, nullable, required
    - `custom` object, required
    - `id` string, required
    - `text` string, required

## Other responses

- `400` — Bad request
- `429` — Too many requests

---

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