Get a single secret-injection by id
GET /secret-injections/{id}
GET
/secret-injections/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
DocumentId
Responses
Section titled “ Responses ”OK
object
data
object
organisation
required
cloud_instance
secret_name
required
Logical name identifying the secret (no value stored).
string
secret_ref
required
Vault path or external reference, e.g. secret/data/myapp/db-password.
string
target_service
required
Name of the service or process into which the secret is injected.
string
injection_method
required
How the secret is delivered to the workload.
string
env_var_name
Environment variable name (only when injection_method=env_var).
string
file_path
Absolute path inside the container (only when injection_method=file).
string
status
required
string
last_injected_at
string format: date-time
notes
string
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
Missing or invalid authentication
Not authorized (tenant scope or capability)
Not found