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

# Export Grants Csv

`POST /api/v3/export/grants`

Export grants to CSV format.

Args:
    request: GrantsExportRequest object containing the list of grants
    token_BEARER: Authentication token

## Request body

- GrantsExportRequest
  - `grants` GrantResponseInput[], required
    - `id` string, required
    - `title` string, required
    - `description` string, nullable
    - `funding_agency` string, required
    - `awardee_name` string, nullable
    - `total_obligated_amount` number, required
    - `period_of_performance_start_date` string, date, nullable
    - `period_of_performance_end_date` string, date, nullable
    - `last_modified_date` string, date, required
    - `grant_link` string, nullable
    - `outlayed_amount` number, nullable
    - `external_grant_id` string, nullable
    - `transaction_count` integer
    - `institution_name` string, nullable
    - `institution_state` string, nullable
    - `institution_type` string, nullable
    - `institution_id` string, nullable
    - `relevance_rank` number, 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)
