---
title: "List available secrets"
method: GET
path: "/fastedge/v1/secrets"
tags: ["FastEdge Secrets"]
---

# List available secrets

`GET /fastedge/v1/secrets`

Retrieve encrypted secrets available to the authenticated client.
Secrets can be filtered by application ID or name. Values are encrypted and require decryption.

## Query parameters

- `app_id` integer
- `secret_name` string

## Response `200`

Returns list of available secrets, optionally filtered by application or name

- object
  - `count` integer, required — Total number of secrets matching the filters
  - `secrets` SecretShort[], required
    - `id` integer — The unique identifier of the secret.
    - `name` string, required — The unique name of the secret.
    - `comment` string — A description or comment about the secret.
    - `app_count` integer — The number of applications that use this secret.

## Other responses

- `404` — Requested resource not found

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
