GET
/
secrets
/
search
[
  {
    "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

Query Parameters

environment
string
required
name
string[] | null

Filter by secret name

id
string[] | null

Filter by secret ID

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
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

Was this page helpful?