---
title: "Create export request"
method: POST
path: "/v3/export-request"
tags: ["[v3] Data Export"]
---

# Create export request

`POST /v3/export-request`

Create export request

## Headers

- `Accept` string
- `Content-Type` string

## Request body

- object
  - `from` string, required — Start date of the export
  - `to` string, required — End date of the export
  - `fileFormat` 'csv' | 'xlsx', required — Format of the exported file
  - `formatterType` 'default', required — Formatter type
  - `datasets` string[], required — Datasets to export
  - `filters` object[] — Filters to apply to the export
    - `usePrivileges` 0 | 1 — Whether to use privileges

## Response `200`

Export requested

- object
  - `requestId` integer

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Forbidden

---

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