Skip to main content
GET
Get Pipeline Runs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

dataset_id
string<uuid> | null

Restrict the feed to a single dataset. When given, a missing read permission on that dataset is a 403 rather than an empty list.

pipeline_name
string | null

Return only rows whose pipeline_name matches exactly. Operation records carry no pipeline_name, so this excludes them too — use it to stop a specific pipeline's history being crowded off the page by unrelated operation records.

limit
integer
default:50

Page size (max 500).

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

Rows to skip for pagination.

Required range: x >= 0

Response

Successful Response