---
title: "Exports results in CSV format, returns the results immediately."
method: POST
path: "/outputModule/export/csv"
tags: ["Output Module"]
---

# Exports results in CSV format, returns the results immediately.

`POST /outputModule/export/csv`

Performs an Output Module query and exports the results immediately in CSV format.

Please note that the TableViewConfig’s syntax validation is not executed by default, see `validationEnabled`

DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.

For long-running queries consider using the async equivalent.

## Query parameters

- `validationEnabled` boolean
- `separator` string
- `quote` string
- `escape` string
- `headerRow` boolean

## Request body

- string

## Response `200`

The string response in CSV format.

## Other responses

- `400` — The parameter is invalid JSON TableViewConfig.
- `408` — Query execution time exceeded.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
