# Download PDF Business Search Report Gets an individual search report for the current logged in user's customer based on search id Retrieves data using the POST method to allow inclusion of request payload Endpoint: POST /compliance/kyc-protect/searches/individuals/{searchId}/download Version: 1.10.9 Security: bearerToken ## Path parameters: - `searchId` (string, required) ## Response 200 fields (application/json): - `searchId` (string) Id of the search - `downloadUrl` (string) Url of the file to download - `fileName` (string) Name of the file - `expiresAt` (string) Date and time when the url will expire ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected