---
title: "Get Rfp"
method: GET
path: "/api/internal/rfps/{id}"
tags: ["RFPs"]
---

# Get Rfp

`GET /api/internal/rfps/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Successful Response

- RFPResponse — Lean RFP response — drops the institution-metadata bloat from the v3 shape.
  - `id` integer, required
  - `rfp_id` string, nullable
  - `title` string, nullable
  - `description` string, nullable
  - `agency` string, nullable
  - `due_date` string, date, nullable
  - `rfp_url` string, nullable
  - `source_url` string, nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable
  - `institution_id` string, nullable
  - `institution_name` string, nullable
  - `institution_state` string, nullable
  - `institution_type` string, nullable
  - `status` 'active' | 'expired' | 'no_due_date'
  - `days_until_due` integer, nullable
  - `relevance` number, 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)
