Skip to main content
GET
List pipelines

Authorizations

Authorization
string
header
required

API key created in the dashboard under Settings → API Keys. Send it as Authorization: Bearer pk_....

Query Parameters

status
string | null

Only pipelines in this status: draft, active, paused or archived.

limit
integer
default:20

Page size (1–100).

Required range: 1 <= x <= 100
offset
integer
default:0

Number of pipelines to skip.

Required range: x >= 0

Response

OK

Paginated pipeline list.

status
string
default:success

Response status

Allowed value: "success"
data
PublicPipelineSchema · object[]

Pipelines on this page

count
integer
default:0

Total pipelines matching the filter

limit
integer
default:20

Page size that was applied

offset
integer
default:0

Offset that was applied