Pipeline

Get Pipeline Element

Get a single pipeline element by its id

get/pipelines/elements/{element_id}

Path parameters

element_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