---
title: "Retrieves a specific proposal by ID"
method: GET
path: "/proposals/{id}"
tags: ["proposals"]
---

# Retrieves a specific proposal by ID

`GET /proposals/{id}`

Retrieve all the informations about a single proposal

## Path parameters

- `id` integer, required

## Response `200`

Here it is the proposal

## Other responses

- `401` — You do not have enough permissions to see this proposal
- `404` — There is no proposal with this id

---

[API](https://skmtc.net/airesis/apis/airesis-swagger.md) · [All operations](https://skmtc.net/airesis/apis/airesis-swagger/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airesis/airesis-swagger/revisions/0464a8ccd074/schema)
