Retrieve all the scans for the tenant.
Bearer API Key. For example, "Bearer {Tenant API Key}"
Bearer API Key. For example, "Bearer {Tenant API Key}"
application/json
Filter scans based on ids. Accepts a comma-separated list of ids.
["uuid1,uuid2,uuid3"]Filter scans based on artifact name. Accepts a comma-separated list of artifact names.
"my-iac.zip,my-iac2.zip"
Filter scans based on status. Accepts a comma-separated list of statuses.
SUCCESS, FAILURE "SUCCESS"
Sort results by the specified field.
id, createdAt, updatedAt, artifactName, status "createdAt"
Sort order for the results.
asc, desc "asc"
Page number for the results. Accepts a positive integer.
1
Number of results per page. Accepts a positive integer.
10