---
title: "Get Export"
method: GET
path: "/api/v1/exports/{id}"
tags: ["Exports"]
---

# Get Export

`GET /api/v1/exports/{id}`

Get an export by ID

## Path parameters

- `id` string, uuid, required — ID of the export to retrieve.

## Response `200`

Successful Response

- Export
  - `id` string, uuid, required — ID of the export.
  - `creation_time` string, date-time, required — The date and time when the object was created.
  - `type` 'csv' | 'zip', required
  - `state` 'created' | 'in_progress' | 'aborted' | 'ready' | 'error', required
  - `organization_id` string, uuid, required — The id of the organization.
  - `user_id` string, required — The id of the user.
  - `resource_type` 'transaction' | 'backup_snapshot' | 'vault', required
  - `successful_items_count` integer, required — The number of items that were successfully exported.
  - `failed_items_count` integer, required — The number of items that failed to be exported.
  - `total_items_count` integer, required — The total number of items to be exported.
  - `request_id` string, required — The request id of the export.
  - `download_url` string, required — The download url of the export.
  - `expiration_time` string, date-time, required — The date and time when the object will expire.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized User
- `403` — Forbidden User
- `404` — Not Found
- `408` — Request Timeout
- `422` — Validation Error
- `429` — Rate Limit Exceeded
- `500` — Unexpected Error

---

[API](https://skmtc.net/fordefi/apis/fordefi-api.md) · [All operations](https://skmtc.net/fordefi/apis/fordefi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fordefi/fordefi-api/versions/c4c28d233105/schema)
