---
title: "List all export snapshots"
method: GET
path: "/api/projects/{id}/exports/"
tags: ["Export"]
---

# List all export snapshots

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

Returns a list of exported files for a specific project by ID.

## Path parameters

- `id` integer, required

## Query parameters

- `ordering` string

## 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

---

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