---
title: "Get CSV export"
method: GET
path: "/{chain_id}/api/v2/csv-exports/{uuid_param}"
tags: ["csv-export"]
---

# Get CSV export

`GET /{chain_id}/api/v2/csv-exports/{uuid_param}`

Gets a CSV export by UUID

## Path parameters

- `uuid_param` string, uuid, required
- `chain_id` string, required

## Response `200`

Status of CSV export.

- Response
  - `expires_at` string, date-time, nullable
  - `file_id` string, nullable
  - `status` 'pending' | 'completed' | 'failed'

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/blockscout/apis/blockscout-pro-api.md) · [All operations](https://skmtc.dev/blockscout/apis/blockscout-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockscout/blockscout-pro-api/revisions/59ac5466233b/schema)
