---
title: "List pipelines"
method: GET
path: "/pipelines"
tags: ["pipelines"]
---

# List pipelines

`GET /pipelines`

## Query parameters

- `name` string
- `provider` string
- `status` string
- `page` integer
- `page_size` integer

## Response `200`

OK

- InternalInterfacesHttpPipelineListResponse
  - `data` InternalInterfacesHttpPipelineResponse[]
    - `created_at` string
    - `credential_ref` string
    - `default_branch` string
    - `description` string
    - `id` string
    - `job_full_name` string
    - `job_name` string
    - `job_url` string
    - `last_synced_at` string
    - `last_verified_at` string
    - `provider` string
    - `status` string
    - `updated_at` string
  - `page` integer
  - `page_size` integer
  - `total` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/opsre/apis/gos-release-api.md) · [All operations](https://skmtc.net/opsre/apis/gos-release-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opsre/gos-release-api/versions/fc9f6fb06a50/schema)
