# Get client report **GET /api/v2/clients/{ClientGUID}/reports/{ReportRequestGUID}** Return specific report(s) related to a client. Except for certain legacy Transvas reports, the 'DownloadPath' output will be a string URL pointing to the report's download path. If the output is an array, each element will represent a separate download path for the reports. ## 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: Success #### Body Parameters: application/json (object) - **success** (boolean) - **data** (object) ### 403: Permission error. #### Body Parameters: application/json (object) - **success** (boolean) - **message** (string) ### 404: Report not found. #### Body Parameters: application/json (object) - **success** (boolean) - **message** (string) [Powered by Bump.sh](https://bump.sh)