List repository SBOM components
Authorizations
API token obtained from the Tokens endpoint or CLI device login. Include as Authorization: Bearer <token>. Requests made with a managed CLI session also include X-Strix-Workspace: <organization_id> to pin a process to the workspace it started in; recovery endpoints report the current workspace after a concurrent switch.
Path Parameters
UUID of the repository. Use the id field of a repository from listRepositories.
Query Parameters
Scope the view to a specific supply-chain job.
Scope the view to a specific SBOM snapshot.
Return only the given component.
Filter by package ecosystem.
Filter by component status.
Filter by dependency relationship (direct/transitive).
Filter by manifest/lockfile source path.
Free-text search over component names.
Only components changed in this snapshot (true/false).
Page size (default 100).
Page offset (default 0).
Response
Snapshot metadata, a page of components, and paging meta.
The response is of type object.