v1
protected
secrets
Get Secret
Read one secret's metadata, whether the user owns it or a connection does.
Managed secrets are readable because the list shows them; hiding them here would 404 every row the page invites you to click. They stay unwritable — the write routes below still refuse them.
get/v1/workspaces/{workspace}/secrets/{secret_id}
Path parameters
secret_idstring uuid required
workspacestring required
Slug of the workspace the request acts in
Slug of the workspace the request acts in
Response
Successful Response
Changes
Changed in 1 of the 45 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○