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.
Path Parameters
Query Parameters
Objective name within validation_plot_config
Index into the plots list for this objective
x >= 0Maximum points per trace
100 <= x <= 10000Lower x-range bound (inclusive)
Upper x-range bound (inclusive)
Response
Successful Response
Response from GET /pipelines/{validations|datafits}/{job_id}/plot_data.
Contains decimated trace data for a single validation plot, filtered to
the requested x-range and downsampled to at most max_points per trace.