Secrets
List secrets
Lists all secrets (AgentSecretGrant resources) for the organization. Returns a simplified view with name, type, createdAt, and grants.
get/api/orgs/{org}/secrets
Path parameters
orgstring required
Example:default
Organization slug
Response
Secret list
Example response
{
"secrets": [
{
"name": "github-token",
"type": "Opaque",
"namespace": "kradle-org-default"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.