pydo.security.get_secret()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.security.get_secret(secret="my-database-password", region=None)Description
To retrieve a secret and its values, send a GET request to /v2/security/secrets/{secret}.
Parameters
secretstring requiredThe name of the secret.
regionstring optionalThe slug identifier for the region where the resource is available.
Response Example
More Information
See /v2/security/secrets/{secret} in the API reference for additional detail on responses, headers, parameters, and more.