Skip to main content
GET
List artifacts

Authorizations

Authorization
string
header
required

Bearer token for authentication

Query Parameters

project_name
string

ProjectName is the name of the project to filter artifacts by

project_version_name
string

ProjectVersionName is the name of the project version to filter artifacts by

kind
enum<string>[]

Kind is the type of artifact to filter by

The type of artifact to filter by (e.g., CONTAINER_IMAGE, HELM_CHART)

Available options:
MATERIAL_TYPE_UNSPECIFIED,
STRING,
CONTAINER_IMAGE,
ARTIFACT,
SBOM_CYCLONEDX_JSON,
SBOM_SPDX_JSON,
JUNIT_XML,
OPENVEX,
HELM_CHART,
SARIF,
EVIDENCE,
ATTESTATION,
CSAF_VEX,
CSAF_INFORMATIONAL_ADVISORY,
CSAF_SECURITY_ADVISORY,
CSAF_SECURITY_INCIDENT_RESPONSE,
GITLAB_SECURITY_REPORT,
ZAP_DAST_ZIP,
BLACKDUCK_SCA_JSON,
TWISTCLI_SCAN_JSON,
GHAS_CODE_SCAN,
GHAS_SECRET_SCAN,
GHAS_DEPENDENCY_SCAN,
JACOCO_XML,
SLSA_PROVENANCE,
CHAINLOOP_RUNNER_CONTEXT,
CHAINLOOP_PR_INFO,
GITLEAKS_JSON,
CHAINLOOP_AI_AGENT_CONFIG,
UNKNOWN_KIND,
CHAINLOOP_AI_CODING_SESSION,
OPENAPI_SPEC,
ASYNCAPI_SPEC,
GRAPHQL_SPEC,
YELP_DETECT_SECRETS_BASELINE,
SYSINTERNALS_SIGCHECK,
SYSINTERNALS_ACCESSCHK,
CERTCC_DRANZER,
OSSF_SCORECARD_JSON,
RADAMSA_REPORT,
RADAMSA_CRASHES,
TRUFFLEHOG_JSON,
COBERTURA_XML,
CHECKMARX_JSON,
OVERSECURED_JSON,
PITEST_XML,
CHAINLOOP_AI_SECURITY_CONTEXT
pagination.cursor
string

The cursor to start pagination from

The cursor to start pagination from

pagination.limit
integer<int32>
default:10

The limit of the number of entries to return

The maximum number of entries to return

Search provides a way to search artifacts by name, version, or digest

Search term to filter artifacts by name, version, or digest

product_id
string

ProductID is the ID of the product to filter artifacts by

ID of the product to filter artifacts by

product_version_id
string

ProductVersionID is the ID of the product version to filter artifacts by

ID of the product version to filter artifacts by. Must be provided with product_id

has_vulnerabilities
boolean

Filter by presence of actionable vulnerability findings, i.e. OPEN or IN_PROGRESS (true = has vulnerabilities, false = no vulnerabilities, unset = no filter). Findings resolved via assessment are excluded.

Response

A successful response.

Response for the List method

results
ArtifactItem · object[]
pagination
CursorPaginationResponse · object

Pagination information for cursor-based pagination

Example: