---
title: "POST /v1/{+parent}/analytics/exports"
method: POST
path: "/v1/{+parent}/analytics/exports"
tags: ["organizations"]
---

# POST /v1/{+parent}/analytics/exports

`POST /v1/{+parent}/analytics/exports`

Submit a data export job to be processed in the background. If the request is successful, the API returns a 201 status, a URI that can be used to retrieve the status of the export job, and the `state` value of "enqueued".

## Path parameters

- `parent` string, required

## Request body

- GoogleCloudApigeeV1ExportRequest — Request body for [CreateExportRequest]
  - `csvDelimiter` string — Optional. Delimiter used in the CSV file, if `outputFormat` is set to `csv`. Defaults to the `,` (comma) character. Supported delimiter characters include comma (`,`), pipe (`|`), and tab (`\t`).
  - `dateRange` GoogleCloudApigeeV1DateRange — Date range of the data to export.
    - `start` string — Required. Start date of the data to export in the format `yyyy-mm-dd`. The date range begins at 00:00:00 UTC on the start date.
    - `end` string — Required. End date (exclusive) of the data to export in the format `yyyy-mm-dd`. The date range ends at 00:00:00 UTC on the end date- which will not be in the output.
  - `datastoreName` string — Required. Name of the preconfigured datastore.
  - `name` string — Required. Display name of the export job.
  - `outputFormat` string — Optional. Output format of the export. Valid values include: `csv` or `json`. Defaults to `json`. Note: Configure the delimiter for CSV output using the `csvDelimiter` property.
  - `description` string — Optional. Description of the export job.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/apigee.md) · [All operations](https://skmtc.net/google/apis/apigee/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/apigee/versions/6e272fa448a7/schema)
