Pipeline

Get Pipeline Elements

Get all elements for a pipeline (lightweight).

Heavy job_config keys (e.g. objectives) are projected out for performance. GET /elements/{element_id} returns the same lightweight shape; the full job_config is stored separately and fetched from storage when a detail view needs it.

get/pipelines/{pipeline_id}/elements

Path parameters

pipeline_idstring required

Response

Successful Response

idstring required
pipeline_idstring required
namestring required
element_orderinteger required

Order of execution within the pipeline (1-based)

element_type'Direct Entry' | 'Data Fit' | 'Array Data Fit' | 'Calculation' | 'Validation' required
job_configobject required

Configuration parameters for the job

job_idstring nullable
resultobject nullable
status'pending' | 'running' | 'completed' | 'failed' | 'skipped' | 'canceled' required
created_atstring date-time required
updated_atstring date-time required
errorstring nullable
error_code'CONFIGURATION_ERROR' | 'MODEL_ERROR' | 'SOLVER_ERROR' | 'EXECUTION_TIMEOUT' | 'SUBMISSION_FAILED' | 'INTERNAL_ERROR'

Machine-readable error codes for jobs.

error_detailobject nullable
job_statusstring nullable

Job status via job_id (from jobs.status).

organization_idstring required

Organization this pipeline element belongs to.

Changes

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