---
title: "Get Pipeline Secrets"
method: GET
path: "/api/v2/pipelines/{name}/secrets"
tags: ["v2", "pipelines", "secrets"]
---

# Get Pipeline Secrets

`GET /api/v2/pipelines/{name}/secrets`

Lists all pipeline secrets.

## Path parameters

- `name` string, required — Pipeline name

## Response `200`

Successful Response

- PipelineSecretResponse[]
  - `key` string, required
  - `type` 'simple' | 'file' | 'binary_file', required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

## Changes

- **2026-07-16** `e381b64b5ffc` — 1 warning
  - added the new `binary_file` enum value to the `items/type` response property for the response status `200`
- **2026-04-29** `d5de67e6bd60` — 1 info
  - endpoint added
- **2025-02-27** `b0ed6c7dac42` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/redis/apis/redis-data-integration-api/changes/api/v2/pipelines/:name/secrets/get.md)

---

[API](https://skmtc.dev/redis/apis/redis-data-integration-api.md) · [All operations](https://skmtc.dev/redis/apis/redis-data-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redis/redis-data-integration-api/revisions/30f630f0aac5/schema)
