Skip to main content
GET
Compute a measurement report on the fly

Authorizations

X-API-KEY
string
header
required

Query Parameters

componentId
string
required

Component to measure.

compareVersionId
string
required

Version to evaluate against the base.

baseVersionId
string

Base (ground-truth) version ID. Defaults to latest if omitted.

compareComponentId
string

Component ID for the compare version. Defaults to componentId if omitted. Use when comparing across namespaces.

scanOnly
enum<string>
default:false

When true, use raw scan data. When false, use projected data.

Available options:
true,
false
applyIEInclusionFilter
enum<string>
default:true

When true, apply IE inclusion filtering to lineage data before generating the measurement report.

Available options:
true,
false
filterSetId
string

Optional ID of a payload filter set to apply. Only honored when the base namespace is ground truth; restricts the report to the filter set's payloads.

Response

Computed measurement report

Top-level object containing all comparison data between a base and compare lineage export.

metadata
object
required

Timestamps, file paths, and component info.

summary
object
required

Aggregate counts and percentages.

paths
object[]
required

Per-path comparison results.

extraPaths
object[]
required

Paths in compare but not in base.