Get Inspected Files
DescriptionGet list of inspected files. This API will return maximum 10,000 unique inspected files for any specified time window of start_time and end_time. Pagination is supported in the specified time window upto 10,000 inspected files. If page_size and cursor combination passed is referring to more than 10,000 inspected files, this API will throw an error. And this API will return only basic information about the inspected files. Please use /inspected-files/details API for getting full details of an inspected file and corresponding number of workloads_affected count, once the file hash is known from this API response.
Request
URLURL
Query Parameters
Query Parameters
Used for specifying filter of allow listed files. By default, this parameter will be considered null and no filtering on allow_listed value will be applied.
Opaque cursor to be used for getting next page of records (supplied by current result page).
Use this request param for specifiying ending time of a timeline. Value has to be specified in milliseconds since epoch.
Used for specifying file_type to filter. If this parameter is passed multiple times, OR condition will be assumed.
Used for specifying filter of blocked files. By default, this parameter will be considered null and no filtering on is_blocked value will be applied.
Used for specifying malware class to filter. If this parameter is passed multiple times, OR condition will be assumed.
Used for specifying malware family to filter. If this parameter is passed multiple times, OR condition will be assumed.
Use this request param for specifying md5 hash to filter. If this parameter is passed multiple times, OR condition will be assumed.
Maximum number of results to return in this page (server may return fewer).
Use this request param for specifying sha1 hash to filter. If this parameter is passed multiple times, OR condition will be assumed.
Use this request param for specifying sha256 hash to filter. If this parameter is passed multiple times, OR condition will be assumed.
If records need to be sorted in ascending order.
Field by which records are sorted. If THREAT_SCORE is selected, then records are first sorted by LAST_INSPECTED_TIME to filter last 10,000 unique files inspected and then result set is sorted by THREAT_SCORE.
Possible values are: LAST_INSPECTED_TIME , THREAT_SCORE
Use this request param for specifiying starting time of a timeline. Value has to be specified in milliseconds since epoch.
Use this request param for specifying verdict to filter. If this parameter is passed multiple times, OR condition will be assumed.
Authentication
enterprise_admin
security_engineer
security_op
auditor
Response
Response BodyResponse Body
200 OK
Successful Operation