List the first seen (new) and/or updated findings in a given date range for a company.
List the first seen (new) and/or updated findings in a given date range for a company. Date range can be maximum 15 days apart. Beware that the response contains the current status of the finding. So, for example, a returned finding might be first seen between the given date range, however, it might also be updated to be fixed between the same date range. Also beware that this endpoint might throw HTTP 524 Timeouts under heavy traffic when high page sizes are being used. If so, please try lowering page sizes and retry again. <br/><br/> For storage optimization, the system <b>permanently</b> deletes all findings that haven't been detected by the Black Kite scanner for over a year. Findings with manually changed statuses or associated tickets are excluded.
Path parameters
The id of the target company.
Query parameters
The number of the page requested.
The number of result items in a single response.
The beginning of the date range in which the findings were found. Start date must be older than end date.
The end of the date range in which the findings were found. End date must be newer than start date. Make sure the difference between end_date and start_date is 15 days at most.
The type of findings. Possible values are; New, Updated and All.
Response
Success
Example response
[
{
"Module": "Email Security",
"FindingId": 2590965999,
"Status": "Active",
"FirstSeenDate": "2023-08-01T08:30:30.682Z",
"UpdateDate": "2023-08-01T08:30:30.682Z"
}
]