For the complete documentation index, see llms.txt. This page is also available as Markdown.

API workflow

Use the Package API to retrieve the intelligence Cortex Cloud holds for a specific package and version, for example, to enrich an internal dependency dashboard entry, or to gate a build step on the operational risk and vulnerability counts of a known dependency.

Supported operation

Operation
Method
Endpoint
Description

Get package

GET

public_api/appsec/v1/package_explorer/packages/{name}/versions/{version}

Retrieve the record for a single package identified by {name} and {version}. An optional manager query parameter disambiguates a package that exists in more than one package manager

Last updated

Was this helpful?