# Get clients reports **GET /api/v2/clients/{ClientGUID}/reports** Return all reports 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 you want to retrieve reports for. ## Responses ### 200: Success #### Body Parameters: application/json (object) - **success** (boolean) - **data** (array[object]) ### 403: Permission error. #### Body Parameters: application/json (object) - **success** (boolean) - **message** (string) ### 404: Client not found. #### Body Parameters: application/json (object) - **success** (boolean) - **message** (string) [Powered by Bump.sh](https://bump.sh)