List Pipelines
GET
/api/v1/pipelines
List all pipelines across all active executions.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”Successful Response
PipelineListResponse
List of pipelines.
object
total
required
Total
Total number of pipelines
integer
pipelines
required
Pipelines
List of pipeline statuses
Array<object>
PipelineStatusPipeline status information.
object
route_id
required
Route Id
Unique route identifier
string
name
required
Name
Pipeline name
string
running
required
Running
Whether pipeline is actively processing
boolean
pausing
Pausing
Whether pipeline is draining in-flight messages
boolean
paused
Paused
Whether pipeline is fully paused
boolean
messages_received
Messages Received
Total messages received
integer
messages_completed
Messages Completed
Total messages completed
integer
messages_failed
Messages Failed
Total messages failed
integer
messages_in_flight
Messages In Flight
Messages currently processing
integer
storage_destinations
Storage Destinations
Storage destinations for adapters with ‘stage’ config
Array<object>
StorageDestinationStorage destination information for an adapter.
object
adapter
required
Adapter
Adapter name/type that writes to storage
string
stage
required
Stage
Storage stage/path (e.g., ‘boost/filtered/’, ‘markdown_converted’)
string
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context