GET
/
secrets
[
  {
    "id": "<string>",
    "type": "custom",
    "name": "<string>",
    "description": "<string>",
    "keys": [
      "<string>"
    ],
    "environment": "<string>"
  }
]

Authorizations

fastapiusersauth
string
cookie
required

Query Parameters

type
enum<string>[] | null

Filter by secret type

The type of a secret.

Available options:
custom,
ssh-key
workspace_id
string
required

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
keys
string[]
required
environment
string
required
description
string | null

Was this page helpful?