---
title: "List organization computer secret names"
method: GET
path: "/api/v0/organization/computer-secrets"
tags: ["Organization"]
---

# List organization computer secret names

`GET /api/v0/organization/computer-secrets`

Lists names of write-only secrets shared by managed computers in the authenticated organization. Persisted plaintext values are never returned.

## Response `200`

Response for status 200

- ListOrganizationComputerSecrets200ResponseBody
  - `secrets` object[], required
    - `key` string, required — Uppercase POSIX environment variable name.

## Other responses

- `401` — Response for status 401
- `403` — Response for status 403
- `404` — Response for status 404
- `500` — Response for status 500

## Changes

- **2026-09-22** `415bff082e81` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/factory/apis/factory-public-api/changes/api/v0/organization/computer-secrets/get.md)

---

[API](https://skmtc.dev/factory/apis/factory-public-api.md) · [All operations](https://skmtc.dev/factory/apis/factory-public-api/llms.txt) · [OpenAPI document](https://skmtc.dev/factory/apis/factory-public-api/revisions/a11cdfab8da6?raw)
