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

# List pipelines

`GET /pipelines/`

List all pipelines in the current project. Optionally filter by type.

## Query parameters

- `type` string
- `pageSize` number
- `pageToken` string

## Response `200`

Default Response

- object
  - `data` object[], required
    - `name` string, required
    - `type` string, required
    - `status` union, required
      - 'RUNNING'
      - 'PAUSED'
      - 'RESTARTING'
      - 'DEPLOYING'
      - 'STOPPED'
      - 'FAILED'
      - 'UNKNOWN'
    - `definition` object, required
      - `sources` object, required
      - `transforms` object, required
      - `sinks` object, required
      - `description` string
      - `resource_size` string
      - `use_dedicated_ip` boolean
      - `job` boolean
    - `resource_size` string
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `version` number
    - `project_id` string
  - `pagination` object, required
    - `next_page_token` string, nullable, required
    - `page_size` number, required

---

[API](https://skmtc.dev/goldsky/apis/goldsky-api.md) · [All operations](https://skmtc.dev/goldsky/apis/goldsky-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goldsky/goldsky-api/revisions/e4e2be268b6b/schema)
