Search
Coming soon: Search capability in GUI for packages and vulnerabilities.
What to Use Today
Until the search API is released, use the list endpoints with their built-in filter parameters:
- Filter apps by name —
GET /apps?name=<exact-name>. See Manage Apps. - List the versions of an app —
GET /apps/{app_id}/versions. See Manage App Versions. - Filter assets within a version —
GET /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, andasset-locations-by-packageendpoints to answer cross-asset questions about a single release. See Observe an App Version.