Pipeline_list

Retrieves pipelines.

Supply query parameters to filter the list.

SecuritybearerAuth
Request
query Parameters
filter
required
string

filter: accepts any string

sort
required
string

sort: accepts any string

page
required
number <double>

page: accepts any number

pageSize
number <double>

pageSize: accepts any number

Responses
200

Ok

get/pipelines/{projectId}/compositionStatus
Request samples
Response samples
application/json
{
  • "totalItemsCount": 0,
  • "items": [
    ],
  • "totalPagesCount": 0,
  • "hasNextPage": true
}