Secrets
Retrieve
Get a secret by name
GET
/
api
/
v3
/
secrets
/
raw
/
{secretName}
Authorizations
An access token in Infisical
Path Parameters
The name of the secret to get.
Query Parameters
The ID of the project to get the secret from.
The slug of the project to get the secret from.
The slug of the environment to get the secret from.
The path of the secret to get.
The version of the secret to get.
The type of the secret to get.
Available options:
shared
, personal
Whether or not to expand secret references.
Available options:
true
, false
Weather to include imported secrets or not.
Available options:
true
, false
Response
200 - application/json