GET
/
organization
/
secrets
/
{secret_name}
{
  "id": "<string>",
  "type": "custom",
  "name": "<string>",
  "description": "<string>",
  "environment": "<string>",
  "tags": {},
  "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

secret_name
string
required

Query Parameters

environment
string | null

Response

200
application/json
Successful Response
id
string
required
type
enum<string>
required

The type of a secret.

Available options:
custom,
ssh-key
name
string
required
encrypted_keys
file
required
environment
string
required
owner_id
string
required
created_at
string
required
updated_at
string
required
description
string | null
tags
object | null