Skip to main content
Get Pipeline Elements

Path Parameters

pipeline_id
string
required

Response

Successful Response

id
string
required
pipeline_id
string
required
name
string
required
element_order
integer
required

Order of execution within the pipeline (1-based)

element_type
enum<string>
required

Type of job for this step

Available options:
Direct Entry,
Data Fit,
Array Data Fit,
Calculation,
Validation
job_config
Job Config · object
required

Configuration parameters for the job

status
enum<string>
required
Available options:
pending,
running,
completed,
failed,
skipped,
canceled
created_at
string<date-time>
required
updated_at
string<date-time>
required
organization_id
string
required

Organization this pipeline element belongs to.

job_id
string | null
result
Result · object | null
error
string | null
error_code
enum<string> | null

Machine-readable error codes for jobs.

Available options:
CONFIGURATION_ERROR,
MODEL_ERROR,
SOLVER_ERROR,
EXECUTION_TIMEOUT,
SUBMISSION_FAILED,
INTERNAL_ERROR
error_detail
object | null
job_status
string | null

Job status via job_id (from jobs.status).