Get Datafit Plot Data
Return decimated trace data for a single data-fit validation plot.
Same behaviour as GET /validations/{job_id}/plot_data but accepts
a data-fit job ID. Both job types store validation_plot_config in the
same metadata blob format.
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.