---
title: "Get Grant Transactions"
method: GET
path: "/api/v3/grants/{grant_id}/transactions"
tags: ["Grants"]
---

# Get Grant Transactions

`GET /api/v3/grants/{grant_id}/transactions`

## Path parameters

- `grant_id` string, uuid, required

## Response `200`

Successful Response

- GrantTransactionResponse[]
  - `id` string, required
  - `institution_id` string, nullable, required
  - `total_obligated_amount` number, required
  - `outlayed_amount` number, nullable, required
  - `period_of_performance_start_date` string, date, nullable, required
  - `period_of_performance_end_date` string, date, nullable, required
  - `last_modified_date` string, date, nullable, required
  - `source_url` string, nullable, required
  - `action_type` string, nullable, required
  - `action_type_description` string, nullable, required
  - `awardee_name` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.net/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/revisions/85804e68d86d/schema)
