---
title: "POST /api/databases/records/jobs/"
method: POST
path: "/api/databases/records/jobs/"
tags: ["databases"]
---

# POST /api/databases/records/jobs/

`POST /api/databases/records/jobs/`

Start an asynchronous job that exports the records from one or more databases to a downloadable file (JSON, CSV, or XLSX), returning the new job's id and initial status.

## Request body

- DatabaseExportRequest
  - `name` string, required
  - `databases` string[], required
  - `media_type` 'application/xlsx' | 'application/json' | 'text/csv'
  - `filters` object

## Response `201`

---

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