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