Get a list of pipelines

GET {{baseUrl}}/pipeline?org-slug=<string>&page-token=<string>&mine=<string>

Returns all pipelines for the most recently built projects (max 250) you follow in an organization.

Request Params

KeyDatatypeRequiredDescription
org-slugstringOrg slug in the form vcs-slug/org-name
page-tokenstringA token to retrieve the next page of results.
minestringOnly include entries created by your user.