---
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
    - `icon` string
    - `labels` LabelDbDto[]
      - `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
    - `optimizationStatus` 'OPTIMIZED' | 'OPTIMIZABLE' | 'UNAVAILABLE'
    - `optimizationTargets` string
    - `orgId` integer
    - `orgName` string
    - `pipelineId` integer
    - `repository` string
    - `userFirstName` string
    - `userId` integer
    - `userLastName` string
    - `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
    - `workspaceId` integer
    - `workspaceName` string
  - `totalSize` integer

## Other responses

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

---

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