Get Pipeline Elements
Get Pipeline Elements
Get all elements for a pipeline (lightweight).
Heavy job_config keys (e.g. objectives) are projected out for performance. GET /elements/ returns the same lightweight shape; the full job_config is stored separately and fetched from storage when a detail view needs it.
Get Pipeline Elements
Path Parameters
Response
Successful Response
Order of execution within the pipeline (1-based)
Type of job for this step
Available options:
Direct Entry, Data Fit, Array Data Fit, Calculation, Validation Configuration parameters for the job
Available options:
pending, running, completed, failed, skipped, canceled Organization this pipeline element belongs to.
Machine-readable error codes for jobs.
Available options:
CONFIGURATION_ERROR, MODEL_ERROR, SOLVER_ERROR, EXECUTION_TIMEOUT, SUBMISSION_FAILED, INTERNAL_ERROR Job status via job_id (from jobs.status).