---
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

## Changes

> 108 revisions in range; 2 not diffed.

- **2026-08-06** `0400a6905663` — 1 warning
  - deleted the `query` request parameter `user_id`

[Change history](https://skmtc.dev/getstream/apis/stream-api/changes/polls/:poll_id/options/:option_id/get.md)

---

[API](https://skmtc.dev/getstream/apis/stream-api.md) · [All operations](https://skmtc.dev/getstream/apis/stream-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getstream/stream-api/revisions/653d3d10a523/schema)
