---
title: "Describe pipeline secret"
method: GET
path: "/pipeline-secrets/{secretId}"
tags: ["pipeline-secrets"]
---

# Describe pipeline secret

`GET /pipeline-secrets/{secretId}`

Retrieves the details of the pipeline secret identified by the given `secretId`.

## Path parameters

- `secretId` integer, required

## Query parameters

- `workspaceId` integer

## Response `200`

OK

- DescribePipelineSecretResponse
  - `pipelineSecret` PipelineSecret
    - `dateCreated` string, date-time
    - `id` integer, nullable
    - `lastUpdated` string, date-time
    - `lastUsed` string, date-time
    - `name` string, required

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