v1

latestOpenAPI 3.1.02026-07-22106199311.5 KB
Shared Pipeline Artifacts

List Published Shared Pipelines

Returns a paginated list of all published shared pipelines accessible to the account across all namespaces.

get/v1/shared-pipelines

Query parameters

{"stackTrail":"paths:/v1/shared-pipelines:get:parameters:0:schema","oasType":"schema","type":"unknown"}

Page number (0-indexed)

{"stackTrail":"paths:/v1/shared-pipelines:get:parameters:1:schema","oasType":"schema","type":"unknown"}

Number of records per page (from 1 to 100)

Response

Published shared pipelines listed successfully

pageinteger

The 0-indexed page number of the returned results.

sizeinteger

The size of each page of results.

totalinteger

Total number of available results across all pages.

Example response

{
  "page": 1,
  "size": 50,
  "total": 472
}