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

# List Institution Rfps

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

## Path parameters

- `institution_id` string, required

## Query parameters

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

## Response `200`

Successful Response

- PaginatedResponseAccountRFPItem
  - `results` AccountRFPItem[], required
    - `id` integer, required
    - `title` string, nullable
    - `status` 'active' | 'expired' | 'no_due_date'
    - `posted_date` string, date-time, nullable
    - `completed_date` string, date, 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)
