You can get information about secrets, their versions and payloads:Documentation Index
Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
Use this file to discover all available pages before exploring further.
- If you want to get general information about secrets (for example, a secret ID), get a list of secrets.
- If you want to find out what versions a secret has, get a list of its versions.
- If you want to get sensitive information stored in a secret’s version, get the version payload.
How to get a list of secrets
Run the following command:--show-scheduled-for-deletion:
How to get a list of versions
To get versions of a given secret, run the following command:--parent-id: ID of the secret. To get the ID, runnebius mysterybox secret list.--show-scheduled-for-deletion(optional): In addition to existing versions, lists versions that have been deleted in the last 30 days and can still be restored.
How to get a payload
Before you begin, make sure you are in a group that has at least themysterybox.payload-viewer role. You can check this in the Administration → IAM section of the web console.
To get the payload of a given version, run the following command:
-
--secret-id: ID of the secret. To get the ID, runnebius mysterybox secret list. -
--version-id(optional): ID of the version. To get the ID, runnebius mysterybox secret-version list —parent-id <secret_ID>. If you do not specify--version-id, the command returns the payload of the primary version.