---
title: "Changes to Get Grant Request"
method: GET
path: "/v1/grant_requests/{id}"
---

# Changes to Get Grant Request

`GET /v1/grant_requests/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 41 revisions.

- **2026-06-29** `b87f7738d336` — 10 breaking, 25 info
- **2026-06-29** `c65f43c5ad90` — 5 warning
- **2026-06-25** `f89b4f376e94` — 15 info
- **2026-06-25** `90671617b825` — 15 breaking, 5 info
- **2026-05-18** `4f143792edeb` — 5 warning, 5 info
- **2026-05-17** `744e71a35795` — 5 breaking
- **2026-05-17** `0d7f8b96202a` — 1 info

## Changes

- **2026-06-29** `b87f7738d336` — 10 breaking, 25 info
  - removed the required property `code` from the response with the `400` status
  - removed the required property `code` from the response with the `401` status
  - removed the required property `code` from the response with the `403` status
  - removed the required property `code` from the response with the `404` status
  - removed the required property `code` from the response with the `500` status
  - removed the required property `message` from the response with the `400` status
  - removed the required property `message` from the response with the `401` status
  - removed the required property `message` from the response with the `403` status
  - removed the required property `message` from the response with the `404` status
  - removed the required property `message` from the response with the `500` status
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `400`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `401`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `403`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `404`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `500`
  - added the required property `detail` to the response with the `400` status
  - added the required property `detail` to the response with the `401` status
  - added the required property `detail` to the response with the `403` status
  - added the required property `detail` to the response with the `404` status
  - added the required property `detail` to the response with the `500` status
  - added the required property `status` to the response with the `400` status
  - added the required property `status` to the response with the `401` status
  - added the required property `status` to the response with the `403` status
  - added the required property `status` to the response with the `404` status
  - added the required property `status` to the response with the `500` status
  - added the required property `title` to the response with the `400` status
  - added the required property `title` to the response with the `401` status
  - added the required property `title` to the response with the `403` status
  - added the required property `title` to the response with the `404` status
  - added the required property `title` to the response with the `500` status
  - added the required property `type` to the response with the `400` status
  - added the required property `type` to the response with the `401` status
  - added the required property `type` to the response with the `403` status
  - added the required property `type` to the response with the `404` status
  - added the required property `type` to the response with the `500` status
- **2026-06-29** `c65f43c5ad90` — 5 warning
  - removed the optional property `details` from the response with the `400` status
  - removed the optional property `details` from the response with the `401` status
  - removed the optional property `details` from the response with the `403` status
  - removed the optional property `details` from the response with the `404` status
  - removed the optional property `details` from the response with the `500` status
- **2026-06-25** `f89b4f376e94` — 15 info
  - added the optional property `details/items/debug` to the response with the `400` status
  - added the optional property `details/items/debug` to the response with the `401` status
  - added the optional property `details/items/debug` to the response with the `403` status
  - added the optional property `details/items/debug` to the response with the `404` status
  - added the optional property `details/items/debug` to the response with the `500` status
  - added the optional property `details/items/type` to the response with the `400` status
  - added the optional property `details/items/type` to the response with the `401` status
  - added the optional property `details/items/type` to the response with the `403` status
  - added the optional property `details/items/type` to the response with the `404` status
  - added the optional property `details/items/type` to the response with the `500` status
  - added the optional property `details/items/value` to the response with the `400` status
  - added the optional property `details/items/value` to the response with the `401` status
  - added the optional property `details/items/value` to the response with the `403` status
  - added the optional property `details/items/value` to the response with the `404` status
  - added the optional property `details/items/value` to the response with the `500` status
- **2026-06-25** `90671617b825` — 15 breaking, 5 info
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `400`
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `401`
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `403`
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `404`
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `500`
  - removed the required property `error` from the response with the `400` status
  - removed the required property `error` from the response with the `401` status
  - removed the required property `error` from the response with the `403` status
  - removed the required property `error` from the response with the `404` status
  - removed the required property `error` from the response with the `500` status
  - removed the required property `timestamp` from the response with the `400` status
  - removed the required property `timestamp` from the response with the `401` status
  - removed the required property `timestamp` from the response with the `403` status
  - removed the required property `timestamp` from the response with the `404` status
  - removed the required property `timestamp` from the response with the `500` status
  - added the optional property `details` to the response with the `400` status
  - added the optional property `details` to the response with the `401` status
  - added the optional property `details` to the response with the `403` status
  - added the optional property `details` to the response with the `404` status
  - added the optional property `details` to the response with the `500` status
- **2026-05-18** `4f143792edeb` — 5 warning, 5 info
  - removed the optional property `cancellation_reason` from the response with the `200` status
  - added the new `awaiting_account_decision` enum value to the `status` response property for the response status `200`
  - added the new `pending` enum value to the `status` response property for the response status `200`
  - added the new `rejected` enum value to the `status` response property for the response status `200`
  - added the new `submitted` enum value to the `status` response property for the response status `200`
  - added the optional property `rejection_reason` to the response with the `200` status
  - removed the `awaiting_account_approval` enum value from the `status` response property for the response status `200`
  - removed the `awaiting_daf_submission` enum value from the `status` response property for the response status `200`
  - removed the `canceled` enum value from the `status` response property for the response status `200`
  - removed the `initiated` enum value from the `status` response property for the response status `200`
- **2026-05-17** `744e71a35795` — 5 breaking
  - the response property `cancellation_reason` became nullable for the status `200`
  - the response property `donor_contact/address/line2` became nullable for the status `200`
  - the response property `giving_pool_id` became nullable for the status `200`
  - the response property `note` became nullable for the status `200`
  - the response property `purpose` became nullable for the status `200`
- **2026-05-17** `0d7f8b96202a` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/chariot-giving/apis/specs/docs/v1/grant_requests/:id/get.md) · [API](https://skmtc.dev/chariot-giving/apis/specs.md) · [Page](https://skmtc.dev/chariot-giving/apis/specs/changes/v1/grant_requests/:id/get)
