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

## Changes

- **2026-07-17** `0464a8ccd074` — 1 info
  - endpoint added
- **2015-10-18** `6c54525b7dad` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/airesis/apis/airesis-swagger/changes/proposals/:id/get.md)

---

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