---
title: "Gets a proposal"
method: GET
path: "/api/v2/proposals/{id}"
tags: ["Proposals"]
---

# Gets a proposal

`GET /api/v2/proposals/{id}`

Retrieve a single proposal by ID.

## Path parameters

- `id` string, required

## Headers

- `X-Organization-Id` string, required

## Response `200`

Single proposal

## Changes

- **2026-09-02** `061c271b2e3a` — 2 warning, 1 info
  - removed the optional property `data/attributes/audit_pdf_url` from the response with the `200` status
  - removed the optional property `data/attributes/original_pdf_url` from the response with the `200` status
  - added the optional property `data/attributes/number` to the response with the `200` status

[Change history](https://skmtc.dev/productive/apis/api-documentation/changes/api/v2/proposals/:id/get.md)

---

[API](https://skmtc.dev/productive/apis/api-documentation.md) · [All operations](https://skmtc.dev/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/061c271b2e3a/schema)
