Get Pipeline
Get pipeline detail. Searches across all active executions.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Responses
Section titled “ Responses ”Successful Response
Detailed pipeline information.
object
Unique route identifier
Pipeline name
Whether pipeline is currently running
Inbound queue configuration
object
Configured adapters
Adapter information.
object
Adapter name
Adapter type
Adapter configuration
object
Storage destinations for adapters with ‘stage’ config
Storage destination information for an adapter.
object
Adapter name/type that writes to storage
Storage stage/path (e.g., ‘boost/filtered/’, ‘markdown_converted’)
Pipeline metrics
object
Backpressure controller metrics.
object
Current processing rate (msgs/sec)
Target rate from config (msgs/sec)
Current in-flight message count
Maximum allowed in-flight messages
Resource not found
Standard error response matching FastAPI HTTPException format.
This model is used in OpenAPI response declarations for 4xx/5xx errors.
The detail field matches FastAPI’s HTTPException structure.
Validation Error