pydo.security.list_secret_versions()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.security.list_secret_versions(secret="my-database-password", region=None)Description
To list all versions of a secret, send a GET request to /v2/security/secrets/{secret}/versions.
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}/versions in the API reference for additional detail on responses, headers, parameters, and more.