describe_pipeline
Fetch a pipeline's complete manifest—required inputs, parameters, container image, output patterns—so you know exactly what to provide before running it.
Instructions
Return the full manifest for one pipeline: its required inputs, tunable parameters, container image, and output file patterns. Call this before run_pipeline to learn exactly which inputs and params it expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline_id | Yes | The pipeline id, as returned by list_pipelines. |