# Download report files (/docs/v3/bulk-download/download-file)



This endpoint allows to download the data once the report is “done”.

### Download Bulk Report - Examples [#download-bulk-report---examples]

These examples are available:
In these examples, we use the report generated in the endpoint from the [Create Bulk Report](/docs/v3/bulk-download/create-bulk-report) which has as report `id`: `adbb9b62-5c08-4142-82e0-b2b575f3e058`.

1. [**Example 1 (GET)**](/docs/examples/bulk-download/download-file-example1) - Get url of the data file to download it - README
2. [**Example 2 (GET)**](/docs/examples/bulk-download/download-file-example2) - Get url of the data file to download it - DATA
3. [**Example 3 (GET)**](/docs/examples/bulk-download/download-file-example3) - Get url of the data file to download it - GEOM

### Download Bulk Report - Specifications [#download-bulk-report---specifications]

`GET https://gateway.api.globalfishingwatch.org/v3/bulk-reports/{id}/download-file-url`

<OpenAPIPage
  document="apiv3"
  operations="[
  {
    path: '/api/v3/bulk-reports/{id}/download-file-url',
    method: 'get',
  },
]"
  hasHead="false"
/>

### Download Bulk Report – Response [#download-bulk-report--response]

Once the report is ready (`status: done`), this endpoint returns a signed URL to download the requested file (`DATA`, `README`, or `GEOM`). The response is a JSON object containing a single `url` field that points to a downloadable file hosted on Global Fishing Watch's cloud infrastructure.
