---
title: "Export Rfps Csv"
method: POST
path: "/api/v3/export/rfps"
tags: ["Export"]
---

# Export Rfps Csv

`POST /api/v3/export/rfps`

Export RFPs to CSV format.

Args:
    request: RFPsExportRequest object containing the list of RFPs
    token_BEARER: Authentication token
    app_session: Database app_session

## Request body

- RFPsExportRequest
  - `rfps` RFPs[], required
    - `id` integer, required
    - `unique_id` string, nullable
    - `title` string, nullable
    - `description` string, nullable
    - `agency` string, nullable
    - `due_date` string, nullable
    - `rfp_url` string, nullable
    - `created_at` string, nullable
    - `updated_at` string, nullable
    - `institution_name` string, nullable
    - `institution_city` string, nullable
    - `institution_state` string, nullable
    - `institution_type` string, nullable
    - `source_id` integer, nullable
    - `label` string, nullable
    - `county` string, nullable
    - `street` string, nullable
    - `latitude` number, nullable
    - `longitude` number, nullable
    - `geo_shape` string, nullable
    - `county_fips_code` string, nullable
    - `population` number, nullable
    - `entity_understanding` string, nullable
    - `is_active` boolean, nullable
    - `favicon_path` string, nullable
    - `last_processed_at` string, nullable
    - `homepage_url` string, nullable
    - `contact_url` string, nullable
    - `institution_rfp_url` string, nullable
    - `meeting_minute_url` string, nullable
    - `budget_url` string, nullable
    - `strategic_plan_url` string, nullable
    - `procurement_guideline_url` string, nullable
    - `press_release_url` string, nullable
    - `open_data_portal_url` string, nullable
    - `youtube_url` string, nullable
    - `foia_url` string, nullable
    - `homepage_url_status` string, nullable
    - `contact_url_status` string, nullable
    - `rfp_url_status` string, nullable
    - `meeting_minute_url_status` string, nullable
    - `budget_url_status` string, nullable
    - `strategic_plan_url_status` string, nullable
    - `press_release_url_status` string, nullable
    - `procurement_guideline_url_status` string, nullable
    - `open_data_portal_url_status` string, nullable
    - `youtube_url_status` string, nullable
    - `foia_url_status` string, nullable
    - `score` number, nullable
    - `relevance_score` number, nullable
    - `decay_score` number, nullable

## Response `200`

Successful Response

- unknown

## 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)
