---
title: "GET /entities/{uid}/"
method: GET
path: "/entities/{uid}/"
tags: ["entities"]
---

# GET /entities/{uid}/

`GET /entities/{uid}/`

Fetch entities and their detailed scores in all polls

## Path parameters

- `uid` string, required — A unique identifier, build with a namespace and an external id.

## Query parameters

- `type` 'candidate_fr_2022' | 'video'
- `poll_name` string

## Response `200`

- Entity — An Entity serializer that also includes polls. Use `EntityNoExtraFieldSerializer` if you don't need the related polls.
  - `uid` string, required — A unique identifier, build with a namespace and an external id.
  - `type` 'video' | 'candidate_fr_2022', required — * `video` - Video * `candidate_fr_2022` - Candidate (FR 2022)
  - `metadata` object, required
  - `polls` EntityPoll[], required
    - `name` string, required
    - `criteria_scores` EntityCriteriaScore[], required
      - `criteria` string, required — Name of the criteria
      - `score` number, double — Score of the given criteria

---

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