---
title: "Exporting Root Data to Plain CSV via POST"
method: POST
path: "/v1/projects/{projectId}/forms/{xmlFormId}/submissions.csv"
tags: ["Submissions"]
---

# Exporting Root Data to Plain CSV via POST

`POST /v1/projects/{projectId}/forms/{xmlFormId}/submissions.csv`

_(introduced: version 1.1)_

This endpoint is useful only for Forms under Project Managed Encryption.

As with `GET` to `.csv` just above, this endpoint will only return CSV text data, rather than a ZIP file containing ore or more files. Please see that endpoint for further explanation.

As with [`POST` to `.csv.zip`](/central-api-submission-management/#exporting-form-submissions-to-csv-via-post) it allows secure submission of decryption passkeys. Please see that endpoint for more information on how to do this.

## Path parameters

- `projectId` number, required
- `xmlFormId` string, required

## Query parameters

- `$filter` string

## Response `200`

OK

## Other responses

- `400` — Bad Request

## Changes

- **2025-12-20** `022694254f0d` — 1 info
  - api operation id `Exporting Root Data to Plain CSV via POST` removed and replaced with `exportRootDataToPlainCsvViaPost`
- **2025-10-27** `b11b54eea487` — 2 info
  - added the media type `application/zip` for the response with the status `200`
  - removed the non-success response with the status `403`
- **2025-03-13** `e8c2858fd4eb` — 1 breaking, 2 info
  - removed the media type `application/zip` for the response with the status `200`
  - api operation id `exportRootDataToPlainCsvViaPost` removed and replaced with `Exporting Root Data to Plain CSV via POST`
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/getodk/apis/odk-central-api/changes/v1/projects/:projectId/forms/:xmlFormId/submissions.csv/post.md)

---

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