Skip to main content
GET
List pipelines

Authorizations

Authorization
string
header
required

A workspace API token. Create one in Settings → API. Send it as Authorization: Bearer sk_live_....

Query Parameters

limit
integer
default:50

Items per page (max 200).

Required range: 1 <= x <= 200
cursor
string | null

Opaque cursor from a previous response's links.next.

Response

Successful Response

A page of pipelines.

A named subclass purely so the generated SDK type is PipelineList rather than the Page_Pipeline_ FastAPI derives from the generic.

data
Pipeline · object[]
required
meta
PageMeta · object
required