# downloadExport

Returns a 15-minute pre-signed URL to download the CSV produced by an asynchronous charges export. The export must be in `COMPLETED` status.

```
downloadExport(

  id: ID!

): DownloadFile!
```

### Arguments[​](#arguments "Direct link to Arguments")

#### [`downloadExport.id`](#id) ● [`ID!`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) non-null scalar[​](#id "Direct link to id")

### Type[​](#type "Direct link to Type")

#### [`DownloadFile`](https://docs.monei.com/apis/graphql/types/objects/download-file/.md) object[​](#downloadfile- "Direct link to downloadfile-")

Pre-signed URL for downloading a file from MONEI storage.
