Skip to main content
GET
/
api
/
v1
/
workspaces
/
current
/
secrets
/
encrypted
Error
A valid request URL is required to generate request examples
{
  "encrypted_secrets": "<string>",
  "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Query Parameters

service
enum<string>
required

Service requesting encrypted secrets

Available options:
agent_builder,
polly
key_names
string[] | null

Optional list of workspace secret keys to return

expand_iam_role
boolean
default:false

If true, expand AWS_IAM_ROLE_ARN into temporary credentials via STS

Response

Successful Response

encrypted_secrets
string
required
tenant_id
string<uuid> | null