# downloadOperationsFile

Pre-signed URL to download the per-transaction operations file (fees and amounts per charge) for a completed settlement. Only available for settlements in `COMPLETED` status; if the file has not been generated yet, generation is triggered asynchronously and the call should be retried. URL is valid for 15 minutes.

```
downloadOperationsFile(

  settlementId: ID!

): DownloadFile
```

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

#### [`downloadOperationsFile.settlementId`](#settlement-id) ● [`ID!`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) non-null scalar[​](#settlement-id "Direct link to settlement-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.
