RoutesSecret storesId
/secret-stores/{id}
Get a secret store by ID
curl -X GET "https://YOUR_ORG_ID.gatana.ai/api/v1/secret-stores/string"{
"id": "string",
"name": "string",
"type": "aws_secrets_manager",
"isEnabled": true,
"createdAt": "string",
"updatedAt": "string",
"configuration": {
"type": "aws_secrets_manager",
"region": "string",
"accessKeyId": "string",
"secretAccessKey": "string"
}
}