---
title: "POST /v3/{+dataset}:exportData"
method: POST
path: "/v3/{+dataset}:exportData"
tags: ["projects"]
---

# POST /v3/{+dataset}:exportData

`POST /v3/{+dataset}:exportData`

Exports dataset's data to the provided output location.

## Path parameters

- `dataset` string, required

## Request body

- ExportDataRequest — Request message for ExportData.
  - `outputConfig` DatasetOutputConfig — Output configuration for datasets.
    - `gcsDestination` GcsOutputDestination — The Google Cloud Storage location for the output content.
      - `outputUriPrefix` string — Required. Google Cloud Storage URI to output directory. For example, `gs://bucket/directory`. The requesting user must have write permission to the bucket. The directory will be created if it doesn't exist.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/translate.md) · [All operations](https://skmtc.dev/google/apis/translate/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/translate/revisions/1597c11ae5de/schema)
