---
title: "GET /api/workspaces/{workspace_id}/export/"
method: GET
path: "/api/workspaces/{workspace_id}/export/"
tags: ["Workspaces"]
---

# GET /api/workspaces/{workspace_id}/export/

`GET /api/workspaces/{workspace_id}/export/`

Lists exports that were created for given workspace.

## Path parameters

- `workspace_id` integer, required

## Headers

- `ClientSessionId` string, uuid

## Response `200`

- ListExportWorkspaceApplications
  - `results` ExportApplicationsJobTypeResponse[], required
    - `id` integer, required
    - `type` string, required — The type of the job.
    - `progress_percentage` integer, required — A percentage indicating how far along the job is. 100 means that it's finished.
    - `state` string, required — Indicates the state of the import job.
    - `human_readable_error` string — A human readable error message indicating what went wrong.
    - `error_code` string — A machine readable error code indicating why the job failed.
    - `created_on` string, date-time, required
    - `updated_on` string, date-time, required
    - `exported_file_name` string, required
    - `url` string, uri, required
    - `workspace_id` integer, nullable, required — The workspace that the applications are going to be exported from.

## Other responses

- `400`
- `404`

## Changes

- **2026-08-12** `ea4a3480f8d3` — 1 info
  - added the optional property `results/items/error_code` to the response with the `200` status

[Change history](https://skmtc.dev/baserow/apis/baserow-api-spec/changes/api/workspaces/:workspace_id/export/get.md)

---

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