SecretGrants

List secret grants

Lists all AgentSecretGrant resources for the organization (full resource view).

get/api/orgs/{org}/secret-grants

Path parameters

orgstring required
Example:default

Organization slug

Response

Secret grant list

totalinteger

Total number of items

kindstring

Resource kind that was listed

Example response

{
  "items": [
    {
      "apiVersion": "kradle.a5c.ai/v1alpha1",
      "kind": "AgentStack",
      "metadata": {
        "name": "my-stack",
        "namespace": "kradle-org-default"
      }
    }
  ],
  "total": 5,
  "kind": "Repository"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.