---
title: "GET /api/database/export/{job_id}/"
method: GET
path: "/api/database/export/{job_id}/"
tags: ["Database table export"]
---

# GET /api/database/export/{job_id}/

`GET /api/database/export/{job_id}/`

Returns information such as export progress and state or the url of the exported file for the specified export job, only if the requesting user has access.

## Path parameters

- `job_id` integer, required

## Response `200`

- ExportJob — When mixed in to a model serializer for an ExportJob this will add an url field with the actual usable url of the export job's file (if it has one).
  - `id` integer, required
  - `table` integer, nullable
  - `view` integer, nullable
  - `exporter_type` string, required
  - `state` 'pending' | 'exporting' | 'cancelled' | 'finished' | 'failed' | 'expired', required — * `pending` - pending * `exporting` - exporting * `cancelled` - cancelled * `finished` - finished * `failed` - failed * `expired` - expired
  - `status` string, required — DEPRECATED: Use state instead
  - `exported_file_name` string, nullable
  - `created_at` string, date-time, required
  - `progress_percentage` number, double
  - `url` string, uri, required

## Other responses

- `404`

---

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