---
title: "[Deprecated] Get export formats"
method: GET
path: "/api/projects/{id}/export/formats"
tags: ["Export"]
deprecated: true
---

# [Deprecated] Get export formats

`GET /api/projects/{id}/export/formats`

> **Deprecated.**

This endpoint is deprecated in Enterprise. Use the async export API instead:
POST /api/projects/{{id}}/exports/ (see [Create new export](api:POST/api/projects/{id}/exports/)).

In Label Studio Enterprise, this endpoint will always return a 404 Not Found response with instructions to use the async export API.

Retrieve the available export formats for the current project by ID.

## Path parameters

- `id` integer, required

## Response `200`

Export formats

- string[] — List of available formats

---

[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)
