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

## 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)
