This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Search

What to Use Today

Until the search API is released, use the list endpoints with their built-in filter parameters:

  • Filter apps by nameGET /apps?name=<exact-name>. See Manage Apps.
  • List the versions of an appGET /apps/{app_id}/versions. See Manage App Versions.
  • Filter assets within a versionGET /apps/{app_id}/versions/{version_id}/assets?name=<filter>. See Add Assets to an App Version.
  • Pivot across a version’s contents — use the assets-by-package, packages-by-vulnerability, and asset-locations-by-package endpoints to answer cross-asset questions about a single release. See Observe an App Version.