Skip to content

List Pipelines

GET
/api/v1/pipelines

List all pipelines across all active executions.

status
Any of:
string

Filter by status: running, stopped

Successful Response

PipelineListResponse

List of pipelines.

object
total
required
Total

Total number of pipelines

integer
pipelines
required
Pipelines

List of pipeline statuses

Array<object>
PipelineStatus

Pipeline 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
execution_id
Any of:
string
messages_received
Messages Received

Total messages received

integer
0
messages_completed
Messages Completed

Total messages completed

integer
0
messages_failed
Messages Failed

Total messages failed

integer
0
messages_in_flight
Messages In Flight

Messages currently processing

integer
0
storage_destinations
Storage Destinations

Storage destinations for adapters with ‘stage’ config

Array<object>
StorageDestination

Storage 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>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object