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

# List pipelines

`GET /pipelines`

Lists all available pipelines in a user context, enriched by `attributes`. Append `workspaceId` to list pipelines in a workspace context.

## Query parameters

- `attributes` PipelineQueryAttribute[]
- `workspaceId` integer
- `max` integer
- `offset` integer
- `sortBy` 'CREATED' | 'MODIFIED' | 'NAME'
- `sortDir` 'ASCENDING' | 'DESCENDING'
- `search` string
- `visibility` string

## Response `200`

OK

- ListPipelinesResponse
  - `pipelines` PipelineDbDto[]
    - `computeEnv` ComputeEnvDbDto
      - `id` string
      - `name` string
      - `platform` string
      - `region` string
    - `deleted` boolean
    - `description` string, nullable
    - `icon` string, nullable
    - `labels` LabelDbDto[], nullable
      - `dateCreated` string, date-time
      - `id` integer
      - `isDefault` boolean
      - `isDynamic` boolean
      - `isInterpolated` boolean
      - `name` string
      - `resource` boolean
      - `value` string
    - `lastUpdated` string, date-time
    - `name` string
    - `optimizationId` string, nullable
    - `optimizationStatus` 'OPTIMIZED' | 'OPTIMIZABLE' | 'UNAVAILABLE'
    - `optimizationTargets` string, nullable
    - `orgId` integer, nullable
    - `orgName` string, nullable
    - `pipelineId` integer
    - `repository` string
    - `userFirstName` string, nullable
    - `userId` integer
    - `userLastName` string, nullable
    - `userName` string
    - `version` PipelineVersionFullInfoDto
      - `creatorAvatarUrl` string
      - `creatorFirstName` string
      - `creatorLastName` string
      - `creatorUserId` integer
      - `creatorUserName` string
      - `dateCreated` string, date-time
      - `hash` string
      - `id` string
      - `isDefault` boolean
      - `lastUpdated` string, date-time
      - `name` string
    - `visibility` string, nullable
    - `workspaceId` integer, nullable
    - `workspaceName` string, nullable
  - `totalSize` integer

## Other responses

- `400` — Bad request
- `403` — Operation not allowed

## Changes

> 14 revisions in range; 1 not diffed, 3 could not be searched.

- **2026-03-10** `49c99a6944de` — 1 info
  - added the optional property `pipelines/items/version` to the response with the `200` status
- **2026-01-20** `98d6b538c88e` — 2 info
  - added the new optional `query` request parameter `sortBy`
  - added the new optional `query` request parameter `sortDir`

[Change history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/pipelines/get.md)

---

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