Retrieve all secret names configured for this function. Secret values are NEVER included in list responses for security.
Secrets are injected as environment variables when your function executes. Use this endpoint to:
Important: If the function is not deployed, this endpoint returns an empty array. Secrets can only be managed for deployed functions.
Secret values are only returned once when creating a secret via POST /functions//secrets. After creation, values cannot be retrieved - only the secret name and type are visible.
Function identifier
Secrets retrieved successfully (values not included)
List of function secrets. Note: Secret values are never included in list responses for security. Values are only returned when creating a secret.