Skip to main content

Reports

Every completed validation run produces a report with scores across four dimensions, detailed findings in JSON, and optional annotated images highlighting detected issues.

Scoring

Reports score your dataset from 0 to 100 on each dimension, plus an overall composite score.

Overall

Weighted composite of all dimension scores.

Coverage

Scenario and class coverage completeness.

Physics

Physical plausibility of the synthetic data.

Distribution

Class balance and spatial distribution quality.

Sim-to-Real

Domain gap relative to real-world reference data.

Get a Report

Retrieve the full report for a completed validation run.
string
required
Unique report identifier.
string
required
The validation run that produced this report.
string
required
The dataset that was validated.
string
required
The project this report belongs to.
integer
required
Composite score from 0 to 100.
integer
required
Coverage dimension score from 0 to 100.
integer
required
Physics plausibility score from 0 to 100.
integer
required
Distribution quality score from 0 to 100.
integer
Sim-to-real gap score from 0 to 100. Null if no reference dataset was provided.
object
required
Detailed findings for each validation dimension.
string
required
GCS path where report artifacts are stored.
array
required
List of image keys available for download via the images endpoint.
string
required
ISO 8601 timestamp of report generation.

Export as PDF

Download a formatted PDF version of the report suitable for sharing with stakeholders or attaching to compliance documentation.
The PDF endpoint returns a binary stream with Content-Type: application/pdf. Use the -o flag in cURL or write the response content as bytes in your client.

Annotated Images

Retrieve annotated images that highlight specific issues found during validation. The endpoint returns a 307 redirect to a time-limited signed GCS URL.
The annotated_images array in the report response lists all available image keys. Use these keys in the URL path to download each image.
Track how validation scores change over time across multiple runs within a project. Use this to monitor data quality regressions or improvements across retraining cycles.
string
required
The score dimension to query. One of overall, coverage, physics, distribution, or sim_to_real.
string
required
Start date in YYYY-MM-DD format.
string
required
End date in YYYY-MM-DD format.
array
required
Ordered list of score data points within the requested time range.
string
required
Date of the validation run.
integer
required
Score value for the requested metric (0-100).
string
required
The validation run that produced this data point.
Trends are available for all five metrics: overall, coverage, physics, distribution, and sim_to_real. Query each separately or build a multi-metric dashboard by making parallel requests.