---
title: "Get fileset secrets"
method: GET
path: "/v1/file-secrets"
tags: ["Serverless Containers"]
---

# Get fileset secrets

`GET /v1/file-secrets`

File secrets can be used as a secret mount storage

## Response `200`

A list of fileset secrets

- GetFilesetSecretsPublicApiResponseDto[]
  - `name` string, required — Name of the secret
  - `created_at` string, required — The date when the secret was created
  - `secret_type` 'file-secret', required — Type of the secret
  - `file_names` string[], required — Names of the files contained in the fileset secret

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/datacrunch/apis/verda-cloud-public-api.md) · [All operations](https://skmtc.net/datacrunch/apis/verda-cloud-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datacrunch/verda-cloud-public-api/revisions/0d66c7340876/schema)
