Retrieve the status and results of a pipeline execution.
cURL
curl --request GET \ --url https://api.rendobar.com/pipelines/{id}
{ "data": { "pipelineId": "<string>", "status": "<string>", "nodeResults": {} } }
Pipeline ID (e.g., pipe_abc123)
Pipeline details and results
Show child attributes
Was this page helpful?