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

# GET /api/exports/{id}

`GET /api/exports/{id}`

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `id` string, required
    - `exportType` string, required
    - `status` 'pending' | 'scheduled' | 'processing' | 'completed' | 'failed', required
    - `fileUrl` string, nullable
    - `fileName` string, nullable
    - `totalRows` number, required
    - `scheduledAt` string, date-time, required
    - `completedAt` string, date-time, nullable
    - `failedAt` string, date-time, nullable
    - `createdAt` string, date-time, nullable, required
    - `updatedAt` string, date-time, nullable, required
    - `createdByUserId` string, nullable
    - `createdByCompanyId` string, nullable
    - `createdByApiKeyId` string, nullable
    - `createdByApiKeyLabel` string, nullable

## Other responses

- `403` — Default Response
- `404` — Default Response

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 10 breaking, 10 info
  - the response property `data/completedAt` became nullable for the status `200`
  - the response property `data/createdAt` became nullable for the status `200`
  - the response property `data/createdByApiKeyId` became nullable for the status `200`
  - the response property `data/createdByApiKeyLabel` became nullable for the status `200`
  - …16 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/exports/:id/get.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/97e51f27dc77/schema)
