Job
Get Pipeline Jobs
Retrieve a paginated list of Jobs for a specific Pipeline
GET
/
pipelines
/
{id}
/
jobs
Gets all jobs ran for a designated pipeline.
See the Job Guide to learn more.
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
id
required
The name or ID of the pipeline to retrieve.
Query Parameters
page
integer
default: 1Page number
size
integer
default: 50Page size
Response
200 - application/json
items
object[]
requiredtotal
integer | null
requiredpage
integer | null
requiredsize
integer | null
requiredpages
integer | null