GET
/
organization
/
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

Response

200
application/json
Successful Response

The response is of type object[].