Get pipeline run status
Get the status of a triggered pipeline run, including an error message if the pipeline run fails.
Headers
Prophecy access token
Path Parameters
Pipeline run ID
"MDAw-xZGYzYzc3LTYzdsSdfx--LTQ3NTQ1ZYjI2Mw=="
Response
Pipeline run status retrieved successfully
Indicates whether the request to retrieve the pipeline run status was successful. It does not reflect the success of the run.
Unique identifier of the pipeline run.
Timestamp when the pipeline run record was created. Returns ISO 8601 format, including microseconds.
Timestamp when the pipeline run record was last updated. Returns ISO 8601 format, including microseconds.
ID of the project associated with this pipeline run.
Name of the pipeline associated with this run.
ID of the fabric where the pipeline resides.
Execution status of the pipeline run.
RUNNING, ERROR, SUCCEEDED Descriptive error message if the runStatus is ERROR.

