Skip to main content
GET
/
secrets
/
{name}
/
sandboxes
List sandboxes currently bound to this credential
curl --request GET \
  --url https://api.superserve.ai/secrets/{name}/sandboxes \
  --header 'X-API-Key: <api-key>'
[
  {
    "sandbox_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "sandbox_name": "<string>",
    "env_key": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

Path Parameters

name
string
required

Secret name as set at creation.

Response

Bound sandboxes

sandbox_id
string<uuid>
required
sandbox_name
string
required
env_key
string
required

Env-var name the secret resolves to inside the sandbox.

status
enum<string>
required
Available options:
active,
paused,
resuming,
failed