# Data exports Use data export operations to manage the export of resource data, such as: transactions, customers, subscriptions, invoices, invoice item data, or revenue audit. Common data export use cases are: accounting, data analysis, reporting, or importing into other databases. For detailed information on Rebilly resources, see [Resources](https://www.rebilly.com/docs/dev-docs/concepts/#resources). For information on how manage reconciliation, see [Transaction reconciliation](https://www.rebilly.com/docs/dev-docs/transaction-reconciliation). ## Request the data export of a resource - [POST /experimental/data-exports](https://www.rebilly.com/static/_spec/catalog/all-3.0/data-exports/postdataexport.md): Requests the export of a specific data resource. ## Retrieve data export requests - [GET /experimental/data-exports](https://www.rebilly.com/static/_spec/catalog/all-3.0/data-exports/getdataexportcollection.md): Retrieves a list of data export requests. ## Retrieve a data export request - [GET /experimental/data-exports/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/data-exports/getdataexport.md): Retrieves a data export request. ## Modify a data export - [PUT /experimental/data-exports/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/data-exports/putdataexport.md): Modifies a pending data export. ## Delete a data export - [DELETE /experimental/data-exports/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/data-exports/deletedataexport.md): Deletes a data export. ## Data export completed - [POST data-export-completed](https://www.rebilly.com/static/_spec/catalog/all-3.0/data-exports/data-export-completed.md)