# Download client report **GET /api/v2/clients/{ClientGUID}/reports/{ReportRequestGUID}/download** Retrieves a specific report file as a binary stream for download. ## Servers - https://api.fincalc.co.uk: https://api.fincalc.co.uk () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **ClientGUID** (string(uuid)) The GUID of the client the report relates to. - **ReportRequestGUID** (string) Except for legacy Tranvas reports, this is expected to be a GUID. However, we will accept string for legacy use cases. ## Responses ### 200 Successful file download. #### Body: application/pdf (string(binary)) string(binary) ### 403 Permission error. #### Body: application/json (object) - **success** (boolean) - **message** (string) ### 404 Report not found. #### Body: application/json (object) - **success** (boolean) - **message** (string) [Powered by Bump.sh](https://bump.sh)