Skip to content

Retrieve a vault entry

GET
/api/v1/vault/{agent_role}/entries/{entry_key}

Decrypt and return the secret value for the specified entry.

Authorizations

Parameters

Path Parameters

agent_role
required
string
entry_key
required
string

Responses

200

Successful Response

Response model when explicitly retrieving a secret value.

object
entry_key
required
string
entry_type
required
string
value
required
object
key
additional properties
any

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string