---
title: "List Institution Grants"
method: GET
path: "/api/v3/accounts/{institution_id}/grants"
tags: ["Accounts"]
---

# List Institution Grants

`GET /api/v3/accounts/{institution_id}/grants`

## Path parameters

- `institution_id` string, required

## Query parameters

- `offset` integer
- `limit` integer
- `search` string, nullable
- `expired` boolean, nullable

## Response `200`

Successful Response

- PaginatedResponseAccountGrantItem
  - `results` AccountGrantItem[], required
    - `id` string, uuid, required
    - `title` string, nullable
    - `funding_agency` string, nullable
    - `status` 'active' | 'expired' | 'no_funding_period'
    - `total_obligated_amount` number, nullable
    - `period_end_date` string, date, nullable
    - `grant_link` string, nullable
  - `total` integer, required
  - `offset` integer, required
  - `limit` integer, required

## 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/versions/85804e68d86d/schema)
