---
title: "Poll - Retrieve Poll Status"
method: GET
path: "/poll/status/{poll_id}"
tags: ["Poll"]
---

# Poll - Retrieve Poll Status

`GET /poll/status/{poll_id}`

## Path parameters

- `poll_id` string, required

## Response `200`

The poll status was retrieved successfully

- PollResponse
  - `poll_id` string, required — The poll id
  - `status` 'pending' | 'completed' | 'not_found', required

## Other responses

- `404` — Poll not found

---

[API](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0.md) · [All operations](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperswitch/dynamic-routing-openapi-3-0/revisions/8fbf69ab2597/schema)
