---
title: "Get export snapshot by ID"
method: GET
path: "/api/projects/{id}/exports/{export_pk}"
tags: ["Export"]
---

# Get export snapshot by ID

`GET /api/projects/{id}/exports/{export_pk}`

Retrieve information about an export file by export ID for a specific project.

## Path parameters

- `export_pk` integer, required
- `id` integer, required

## Response `200`

- Export
  - `converted_formats` ConvertedFormat[]
    - `export_type` string, required
    - `id` integer, required
    - `status` 'created' | 'in_progress' | 'failed' | 'completed' — * `created` - Created * `in_progress` - In progress * `failed` - Failed * `completed` - Completed
    - `traceback` string, nullable — Traceback report in case of errors
  - `counters` unknown
  - `created_at` string, date-time, required — Creation time
  - `created_by` UserSimple — A ModelSerializer that takes additional arguments for "fields", "omit" and "expand" in order to control which fields are displayed, and whether to replace simple values with complex, nested serializations
    - `avatar` string, nullable, required
    - `email` string, email
    - `first_name` string
    - `id` integer, required
    - `last_name` string
    - `username` string, required
  - `finished_at` string, date-time, nullable — Complete or fail time
  - `id` integer, required
  - `md5` string
  - `status` 'created' | 'in_progress' | 'failed' | 'completed' — * `created` - Created * `in_progress` - In progress * `failed` - Failed * `completed` - Completed
  - `title` string

## Changes

> 97 revisions in range; 1 not diffed.

- **2026-07-08** `b5f055b9d45b` — 1 breaking
  - the response property `created_by/avatar` became nullable for the status `200`
- **2026-07-08** `04ff286141b5` — 2 info
  - added `#/components/schemas/ProjectImportStatusEnum` to the `status` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/Status7bfEnum` from the `status` response property `allOf` list for the response status `200`

[Change history](https://skmtc.dev/humansignal/apis/label-studio-api/changes/api/projects/:id/exports/:export_pk/get.md)

---

[API](https://skmtc.dev/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.dev/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/b589624c66c3/schema)
