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
Key | Datatype | Required | Description |
---|---|---|---|
org-slug | string | Org slug in the form vcs-slug/org-name | |
page-token | string | A token to retrieve the next page of results. | |
mine | string | Only include entries created by your user. |