---
title: "GET /polls/{name}/"
method: GET
path: "/polls/{name}/"
tags: ["polls"]
---

# GET /polls/{name}/

`GET /polls/{name}/`

Fetch a poll and its related criteria.

## Path parameters

- `name` string, required

## Response `200`

- Poll
  - `name` string, required
  - `criterias` PollCriteria[], required
    - `name` string, required
    - `label` string, required
    - `optional` boolean
  - `entity_type` 'video' | 'candidate_fr_2022', required — * `video` - Video * `candidate_fr_2022` - Candidate (FR 2022)
  - `active` boolean — On an inactive poll, entity scores are not updated and comparisons can't be created, updated or deleted by users.

---

[API](https://skmtc.net/tournesol-app/apis/tournesol-api.md) · [All operations](https://skmtc.net/tournesol-app/apis/tournesol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tournesol-app/tournesol-api/revisions/96c8c62ad972/schema)
