Lockbox API, REST: Payload.GetEx
Written by
Updated at July 1, 2026
HTTP request
GET https://payload.lockbox.api.cloud.yandex.net/lockbox/v1/secrets:getEx
Query parameters
|
Field |
Description |
|
secretId |
string The maximum string length in characters is 50. Includes only one of the fields |
|
folderAndName |
Includes only one of the fields |
|
versionId |
string The maximum string length in characters is 50. |
FolderAndName
|
Field |
Description |
|
folderId |
string Required field. The maximum string length in characters is 50. |
|
secretName |
string Required field. The maximum string length in characters is 100. |
Response
HTTP Code: 200 - OK
{
"secretId": "string",
"versionId": "string",
"entries": "object"
}
|
Field |
Description |
|
secretId |
string |
|
versionId |
string |
|
entries |
object (map<string, string (bytes)>) |