Lists all the results from the scan of a specific artifact.
Query parameters:
**repo -**repository name
**path -**path to artifact
Pagination and Ordering: Setting pagination and ordering parameters is optional. The list of parameters includes:
page_num: Starting from 1 to any number of pages. default=1.
num_of_rows: Starting from 1 to any number of rows that are included in a page. default=10
order_by: status, jfrog_severity, exposure_id, description, file_path, cwe, fix_cost, outcomes
direction: asc/desc
Filters: Use the supported fields below to filter results. E.g. ?cwe=CWE-798,CWE-799
**Search:**Input string will be searched for in the results' "description".
Produces: application/json
Sample Request 1
Sample Response 1
Sample Request 2
Sample Response 2
