Python
Secrets
Retrieve secret
Retrieve a specific secret by ID.
GET
Python
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the secret to retrieve.
Response
Successfully retrieved secret
The Secret object represents a securely stored secret that can be referenced in converse API calls.