Skip to main content
GET
Running containers and their bills of materials

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1
Required range: 1 <= x <= 10000
page_size
integer
default:50

Values above 100 are clamped to 100.

Required range: x >= 1

Match image, container, pod, workload or namespace.

cluster_id
string<uuid>

One cluster; omit for every live cluster of the organisation.

namespace
string
workload_kind
string

Match the resolved workload, its direct owner, or 'pod' for bare pods; case-insensitive.

workload_name
string

Match the resolved workload, its direct owner, or the pod name; case-insensitive.

status
enum<string>
default:any

Only containers whose image has (present) or lacks (absent) a bill of materials.

Available options:
present,
absent,
any
sort
enum<string>
default:status
Available options:
status,
image,
container,
pod,
namespace,
workload,
cluster_name,
components,
last_seen_at
order
enum<string>
default:desc
Available options:
asc,
desc

Response

Successful response

result
SecuritySbomContainerSummary · object[]
required
pagination
object
required
inventory
SecuritySbomContainerInventory · object
required
coverage
SecuritySbomCoverage · object
required