Pipeline

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.

get/pipelines/datafits/{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.