Pipeline

Get Validation Plot Data

Return decimated trace data for a single validation or data-fit plot.

Reads the stored validation_plot_config from the job's metadata blob, extracts the requested plot, filters to the given x-range, and downsamples to at most max_points per trace. Supports semantic zoom: callers refetch with x_min/x_max set to the current viewport on each zoom event.

max_points is a per-trace ceiling, and a figure may hold several traces, so it is reduced where the whole response would otherwise exceed the payload cap — see src.jobs.plot_data._payload_capped_budget.

get/pipelines/validations/{job_id}/plot_data

Path parameters

job_idstring required

Query parameters

objective_namestring required

Objective name within validation_plot_config

Objective name within validation_plot_config

plot_indexinteger

Index into the plots list for this objective

Index into the plots list for this objective

max_pointsinteger

Maximum points per trace

Maximum points per trace

x_minnumber nullable

Lower x-range bound (inclusive)

Lower x-range bound (inclusive)

x_maxnumber nullable

Upper x-range bound (inclusive)

Upper x-range bound (inclusive)

Response

Successful Response

x_full_minnumber nullable
x_full_maxnumber nullable
layoutobject required

Changes

No recorded changes to this endpoint across all 1 revision of this API.