List pipelines
GET /pipelines
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Comma-separated list of pipeline IDs to filter by
Comma-separated list of pipeline IDs to filter by
Comma-separated list of team IDs to filter by
Comma-separated list of team IDs to filter by
Filter pipelines by name (partial match)
Filter pipelines by name (partial match)
Filter by status: ‘active’ or ‘archived’
Filter by status: ‘active’ or ‘archived’
Filter by handler type
Filter by handler type
Page number for pagination (1-indexed)
Page number for pagination (1-indexed)
Number of results per page (1-100, default: 20)
Number of results per page (1-100, default: 20)
Field to sort results by
Field to sort results by
Sort direction: ascending or descending
Sort direction: ascending or descending
Responses
Section titled “ Responses ”Pipelines retrieved successfully
object
Array of pipelines matching the query
object
Unique identifier for the pipeline (nanoid format)
ID of the team that owns this pipeline
Human-readable name for the pipeline
Optional description of what this pipeline does
Type of pipeline handler
ID of the currently active configuration version
Schema defining what input data the pipeline accepts
object
File inputs/outputs
object
Unique identifier for this file slot
Human-readable label for the file (e.g., ‘Input Document’)
Optional description of what this file represents
Accepted file types (MIME types or extensions, e.g., ‘.pdf,.docx’)
Whether this file is required
Whether multiple files can be selected for this slot
How file content is retrieved: ‘semantic’ uses vector similarity search, ‘full’ returns all chunks
Dataset inputs/outputs
object
Unique identifier for this dataset slot
Human-readable label for the dataset (e.g., ‘Training Data’)
Optional description of what this dataset represents
JSON Schema describing the expected dataset structure
Whether this dataset is required
Whether multiple datasets can be selected for this slot
Optional row-level filter applied to any dataset in this slot
object
Column name in the dataset table
object
Reference to an input value (e.g., ‘input.dataInputs.tenantId’)
Structured data inputs/outputs
object
Unique identifier for this data input slot
Human-readable label for the data input (e.g., ‘Parameters’)
Optional description of what this data input represents
JSON Schema describing the expected data structure
Whether this data input is required
Schema defining what output data the pipeline produces
object
File inputs/outputs
object
Unique identifier for this file slot
Human-readable label for the file (e.g., ‘Input Document’)
Optional description of what this file represents
Accepted file types (MIME types or extensions, e.g., ‘.pdf,.docx’)
Whether this file is required
Whether multiple files can be selected for this slot
How file content is retrieved: ‘semantic’ uses vector similarity search, ‘full’ returns all chunks
Dataset inputs/outputs
object
Unique identifier for this dataset slot
Human-readable label for the dataset (e.g., ‘Training Data’)
Optional description of what this dataset represents
JSON Schema describing the expected dataset structure
Whether this dataset is required
Whether multiple datasets can be selected for this slot
Optional row-level filter applied to any dataset in this slot
object
Column name in the dataset table
object
Reference to an input value (e.g., ‘input.dataInputs.tenantId’)
Structured data inputs/outputs
object
Unique identifier for this data input slot
Human-readable label for the data input (e.g., ‘Parameters’)
Optional description of what this data input represents
JSON Schema describing the expected data structure
Whether this data input is required
Pipeline configuration including model settings and context
object
File configurations
object
Unique identifier for this file slot
Human-readable label for the file (e.g., ‘Input Document’)
Optional description of what this file represents
Accepted file types (MIME types or extensions, e.g., ‘.pdf,.docx’)
Whether this file is required
Whether multiple files can be selected for this slot
How file content is retrieved: ‘semantic’ uses vector similarity search, ‘full’ returns all chunks
Dataset configurations
object
Unique identifier for this dataset slot
Human-readable label for the dataset (e.g., ‘Training Data’)
Optional description of what this dataset represents
JSON Schema describing the expected dataset structure
Whether this dataset is required
Whether multiple datasets can be selected for this slot
Optional row-level filter applied to any dataset in this slot
object
Column name in the dataset table
object
Reference to an input value (e.g., ‘input.dataInputs.tenantId’)
Structured data configurations
object
Unique identifier for this data input slot
Human-readable label for the data input (e.g., ‘Parameters’)
Optional description of what this data input represents
JSON Schema describing the expected data structure
Whether this data input is required
object
Structured data value matching the schema
LLM handler configuration
object
LLM model in {provider}/{model} format (e.g., vertexai/gemini-3-flash-preview)
Generation temperature (0 = deterministic, 2 = creative)
Maximum output tokens
Web search configuration for automatic context retrieval
object
Enable automatic web search query generation and execution
Maximum number of queries to generate (1-5, default: 3)
Maximum results per query (1-20, default: 5)
Search depth: basic (1 credit) or advanced (2 credits, default: basic)
Include AI-generated answer summary from Tavily (default: false)
URL scraping configuration
object
Enable automatic URL detection and scraping (default: true)
Content type for scraped pages (default: ‘markdown’)
Enable JavaScript rendering (default: true)
Maximum planning/retrieval iterations. Each iteration plans what to retrieve, fetches context, and evaluates sufficiency before answering.
Pipeline status: ‘active’ or ‘archived’
When the pipeline was created (ISO 8601)
When the pipeline was last modified (ISO 8601)
ID of the user who created this pipeline
Total number of pipelines matching the query (before pagination)
Current page number
Number of results per page
Bad Request - Validation error or invalid input
object
Unauthorized - Authentication required or invalid token
object
Forbidden - Insufficient permissions