---
title: "Retrieve Export Request"
method: GET
path: "/export/{id}/"
tags: ["Export"]
---

# Retrieve Export Request

`GET /export/{id}/`

Retrieve details of a specific export request.

## Path parameters

- `id` string, required — A unique Base58 value identifying this object.

## Response `200`

- ExportRequest
  - `id` string, required — A unique Base58 value identifying this object.
  - `user` string, required — A unique Base58 value identifying this object.
  - `format` 'csv' — Export file format. * `csv` - CSV
  - `endpoint` string, required — API endpoint to export data from. Available: targets, scans, domains, scheduled_scans, findings, discovery_assets
  - `filters` unknown
  - `fields` unknown
  - `send_email` boolean, required — If true, the export file will be sent to the user via email when ready. Defaults to false.
  - `submitted_at` string, date-time, required — Date and time when the export was requested, in ISO 8601 UTC format.
  - `generated_at` string, date-time, nullable, required — Date and time when the export file was generated, in ISO 8601 UTC format.
  - `row_count` integer, nullable, required — Total number of rows exported.
  - `error` string, nullable, required — Error message if export generation failed.

## Other responses

- `401`
- `404`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/revisions/e29879bff01b/schema)
