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

# List Published Shared Pipeline Artifacts

`GET /v1/shared-pipelines/artifacts`

Returns a paginated list of published shared pipeline artifacts for the account. Supports pagination and sorting.

## Query parameters

- `sharedPipelineIdPrefix` string
- `sharedPipelineId` string
- `versionName` string
- `enabledOnly` boolean
- `page` integer
- `size` integer
- `sort` string[]

## Response `200`

Shared pipeline artifacts listed successfully

- ListSharedPipelinesResponse
  - `page` integer — The 0-indexed page number of the returned results
  - `results` SharedPipelineMetadata[] — Page of published shared pipeline items, or empty
    - `branch` string — The git branch associated with this version, if available
    - `commitHash` string — The git commit hash associated with this version, if available
    - `createdAt` string, date-time — The date and time this shared pipeline version was created
    - `enabled` boolean — Whether this version of the shared pipeline is enabled
    - `provider` string — Provider identifier
    - `sharedPipelineIdPrefix` string — The prefix identifier grouping related shared pipelines
    - `versionName` string — The version name of the shared pipeline artifact
  - `size` integer — The size of each page of results
  - `total` integer — Total number of available published shared pipeline items across all pages

## Other responses

- `400` — Invalid filter parameters
- `401` — Missing or invalid authentication token
- `403` — User lacks permission to list shared pipeline artifacts
- `404` — Resource not found
- `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)
