# Download a CSV report of monitored searches. This endpoint allows downloading monitored searches filtered by various criteria as a CSV file.A maximum of 1000 records can be downloaded at once. If more than 1000 records match the criteria, If no searches are found, a 204 No Content response is returned. A 409 Conflict response is returned. Endpoint: GET /compliance/kyc-protect/searches/monitored/download Version: 1.10.9 Security: bearerToken ## Query parameters: - `searchType` (string) Gets or sets the search type (e.g., "business", "individual"). Enum: "individual", "business" - `searchTerm` (string) Gets or sets the search term. - `isScheduled` (boolean) Gets or sets a value indicating whether the search is scheduled. Default is true for monitored searches. - `datasets` (array) Gets or sets the datasets to filter by. - `thresholds` (array) Gets or sets the thresholds for the search results (e.g., 75, 80, 85, 90, 95, 100). - `pepTiers` (array) Gets or sets the PEP tiers to filter by. Enum: "pepTier1", "pepTier2", "pepTier3", "byAssociation" ## Response 200 fields (application/json): - `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"