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

# POST /api/workspaces/{workspace_id}/export/async/

`POST /api/workspaces/{workspace_id}/export/async/`

Export workspace or set of applications application if the authorized user is in the application's workspace. All the related children are also going to be exported. For example in case of a database application all the underlying tables, fields, views and rows are going to be exported.Roles are not part of the export.

## Path parameters

- `workspace_id` integer, required

## Headers

- `ClientSessionId` string, uuid

## Response `202`

- ExportApplicationsJobTypeResponse
  - `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 `error_code` to the response with the `202` status

[Change history](https://skmtc.dev/baserow/apis/baserow-api-spec/changes/api/workspaces/:workspace_id/export/async/post.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)
