# Download AML Details for a Hit Retrieves the download URL and metadata for the AML details PDF associated with a specific hit within a business search. Use this endpoint to obtain the PDF file containing detailed AML information for a flagged result () from a previously performed search (). The response includes the download URL, file name, expiration timestamp, and identifiers for the search and hit. Endpoint: GET /compliance/kyc-protect/searches/individuals/{searchId}/hits/{hitId}/download Version: 1.10.9 Security: bearerToken ## Path parameters: - `searchId` (string, required) The unique identifier of the search that generated the hit. This ID links the request to the specific search performed in the KYC Protect system. - `hitId` (string, required) The unique identifier of the hit associated with the search. This ID is used to retrieve the specific details of a flagged result from the search. ## Response 200 fields (application/json): - `downloadUrl` (string) The direct URL to download the PDF file containing AML details for the specified hit. This URL is valid only until the expiration time specified in the field. - `fileName` (string) The name of the downloaded PDF file, generated automatically based on the search and hit details. - `expiresAt` (string) The expiration date and time for the download URL. After this time, the link will no longer be valid. - `searchId` (string) The unique identifier of the search that generated the hit, provided as a reference for the requested file. - `hitId` (string) The unique identifier of the hit associated with the search. This ID corresponds to the flagged result being downloaded. ## 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