Registry
Get Pipeline Schema
Retrieve the configuration schema for a specific pipeline
GET
Overview
This endpoint returns the configuration schema for a specific pipeline, including the user-facing JSON Schema, full config schema, and input/output port definitions. Use this to understand what parameters a pipeline accepts before creating a job.Request
The unique pipeline identifier
Response
Pipeline identifier
Pipeline key
Pipeline version
User-facing JSON Schema describing the configurable parameters for this pipeline (pretty-printed JSON)
Full JSON Schema for the pipeline configuration
Input port definitions, each with
name, description, mode (plain_file_list or n_shot_file_list), distribute (scatter or replicate), required (bool), and tracked (bool — false for reference/n-shot ports whose inputs land in the terminal reference status).Output port definitions, each with
name and description fields