---
title: "Get Secrets"
method: GET
path: "/secrets"
tags: ["config"]
---

# Get Secrets

`GET /secrets`

## Query parameters

- `page` integer
- `size` integer

## Response `200`

List of found Secrets

- Secret[]
  - `id` string — Unique identifier of Secret
  - `name` string, required — Unique distinct name of Secret
  - `username` string
  - `password` string
  - `token` string
  - `tokenHeader` string
  - `caCertPem` string
  - `description` string, required — Description of this Secret

---

[API](https://skmtc.dev/microcks/apis/microcks-api-v1-7.md) · [All operations](https://skmtc.dev/microcks/apis/microcks-api-v1-7/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/microcks/microcks-api-v1-7/revisions/cc062ec25192/schema)
