---
title: "List Published Shared Pipelines"
method: GET
path: "/v1/shared-pipelines"
tags: ["Shared Pipeline Artifacts"]
---

# List Published Shared Pipelines

`GET /v1/shared-pipelines`

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

## Query parameters

- `page` unknown
- `size` unknown

## Response `200`

Published shared pipelines listed successfully

- PagedResultList
  - `page` integer — The 0-indexed page number of the returned results.
  - `results` unknown[] — Page of results or empty.
    - unknown
  - `size` integer — The size of each page of results.
  - `total` integer — Total number of available results across all pages.

## Other responses

- `400` — Invalid pagination parameters
- `401` — Missing or invalid authentication token
- `403` — User lacks permission to list published shared pipelines
- `500` — Unexpected error occurred

---

[API](https://skmtc.net/maia/apis/maia-public-rest-api.md) · [All operations](https://skmtc.net/maia/apis/maia-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maia/maia-public-rest-api/versions/6239825f68eb/schema)
