---
title: "Retrieve a grant void record."
method: GET
path: "/v2/grant-voids/{grant_void_id}"
tags: ["Grants"]
---

# Retrieve a grant void record.

`GET /v2/grant-voids/{grant_void_id}`

## Path parameters

- `grant_void_id` string, required — LedgerUp grant void identifier.

## Response `200`

Grant void record.

- GrantVoid
  - `id` string, required — LedgerUp grant void identifier.
  - `grant_id` string, required — Voided LedgerUp grant identifier.
  - `account_id` string, required — Account associated with the voided grant.
  - `created_at` integer, required — Unix timestamp in seconds.

## Other responses

- `400` — Bad request, invalid header, invalid amount/quantity/currency, or text validation failure.
- `401` — Missing or invalid API key.
- `403` — API key lacks the required permission, or reset was attempted outside the test namespace.
- `404` — Referenced or requested resource was not found.
- `408` — Request exceeded the 30 second timeout.
- `429` — Rate limit exceeded.
- `500` — Internal server error or queue failure.

---

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