---
title: "List All Published Pipelines"
method: GET
path: "/v1/projects/{projectId}/published-pipelines"
tags: ["Pipelines"]
---

# List All Published Pipelines

`GET /v1/projects/{projectId}/published-pipelines`

An endpoint for listing published pipelines

## Path parameters

- `projectId` string, uuid, required

## Query parameters

- `environmentName` string, required
- `page` integer
- `size` integer

## Response `200`

Pipelines have been retrieved

- PagedResultListPipelineSummary
  - `page` integer — The 0-indexed page number of the returned results.
  - `results` PipelineSummary[] — Page of results or empty.
    - `name` string — The name of the pipeline
    - `publishedTime` string, date-time — The time and date the pipeline was created
  - `size` integer — The size of each page of results.
  - `total` integer — Total number of available results across all pages.

## Other responses

- `400` — Wrong request parameters used
- `403` — Unauthorized
- `404` — Pipelines not Found
- `500` — Unexpected error occurred
- `504` — Gateway timeout

---

[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/revisions/6239825f68eb/schema)
