---
title: "List the application secrets (with no values)"
method: GET
path: "/apps/{app-slug}/secrets"
tags: ["secrets"]
---

# List the application secrets (with no values)

`GET /apps/{app-slug}/secrets`

List the application secrets (with no values). Requires administrator level privileges to the app.

## Path parameters

- `app-slug` string, required

## Response `200`

Ok

- object
  - `secrets` ServiceDtoCreatedSecretNoValue[]
    - `expand_in_step_inputs` boolean
    - `id` string
    - `is_exposed_for_pull_requests` boolean
    - `is_protected` boolean
    - `name` string
    - `scope` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitrise/apis/bitrise-api.md) · [All operations](https://skmtc.net/bitrise/apis/bitrise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrise/bitrise-api/versions/89468e4a014b/schema)
