simple_pipeline

Get SimplePipeline by ID

Get a SimplePipeline by ID.

get/simple_pipelines/{simple_pipeline_id}

Path parameters

simple_pipeline_idstring required

Response

Successful Response

idstring required
project_idstring required
organization_idstring required
user_idstring nullable
namestring nullable
descriptionstring nullable
status'pending' | 'running' | 'completed' | 'failed' | 'canceled' required
job_idstring nullable
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.

created_by_emailstring nullable
config_pathstring required
resultobject nullable

Changes