# Pre-signed URL to Download SendingEvent Files (ePod, Submission Report).

Retrieve Sending Event files (ePod, Submission report). The file download can be initiated with a GET request on the received URL.

Endpoint: GET /sending-events/{id}/files/{fileReference}/download-url
Version: 1.0.0
Security: api_key

## Header parameters:

  - `x-managed-company-id` (string)
    Optional: the ID of the managed company on behalf of which the request is made

## Path parameters:

  - `id` (string, required)

  - `fileReference` (string, required)
    Unique identifier of the SendingEvent file to be retrieved


