---
title: "Describe pipeline"
method: GET
path: "/pipelines/{pipelineId}"
tags: ["pipelines"]
---

# Describe pipeline

`GET /pipelines/{pipelineId}`

Retrieves the details of the pipeline identified by the given `pipelineId`, enriched by `attributes`.

## Path parameters

- `pipelineId` integer, required

## Query parameters

- `attributes` PipelineQueryAttribute[]
- `workspaceId` integer
- `sourceWorkspaceId` integer, nullable

## Response `200`

OK

- DescribePipelineResponse
  - `pipeline` 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

## Other responses

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

## Changes

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

- **2026-03-10** `49c99a6944de` — 1 info
  - added the optional property `pipeline/version` to the response with the `200` status

[Change history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/pipelines/:pipelineId/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)
