Pipelines
Create pipeline
Documentation Index
Fetch the complete documentation index at: https://mage-staging.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
POST /api/pipelines
Human readable name of the pipeline.
The type of the pipeline:
integration, pyspark, python, streaming
Note that python is a standard (batch) pipeline with a python backend, while pyspark is a batch pipeline with a spark backend.If supplied, the uuid of a pipeline to clone.
Array of conditional block objects. Same shape as
blocks.