# Data Exports

This object allows you to export specific data sets from Kantata OX. You can create or cancel exports. You can also view the full schema of available data sets, view details for all exports, and download exports.
To use these endpoints, you need to be an [account administrator](https://mavenlink.zendesk.com/hc/en-us/articles/203041364).

 - [GET /exports](https://developer.kantata.com/kantata/specification/data-exports/get%20exports.md): Returns information on all exports that have been requested, including their status and the data sets and columns that were selected for the exports. This endpoint returns structured Data Export objec
 - [POST /exports](https://developer.kantata.com/kantata/specification/data-exports/create%20export.md): Generates an export. Use the data set `key` and each column `key` that you want to be included in your export. The values need to be properly formatted JSON, which means you may need to escape special
 - [GET /exports/{id}](https://developer.kantata.com/kantata/specification/data-exports/get%20export.md): Returns information on a single export that has been requested, including the status and the data sets and columns that were selected for the export. This endpoint returns structured Data Export objec
 - [PUT /exports/{id}](https://developer.kantata.com/kantata/specification/data-exports/update%20export.md): Cancel an export that is in a Queued status. This endpoint returns structured Data Export objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `re
 - [GET /exports/{id}/download_url](https://developer.kantata.com/kantata/specification/data-exports/download%20export.md): Returns a download URL for a successfully generated data export that expires in 60 seconds. With this URL, you can use `curl` or `wget` to download the export in a CSV format. This endpoint returns st
