delimit_secret_access_log
Retrieve audit log of secret accesses for compliance review or incident investigation. Shows who or what fetched a credential.
Instructions
Show the audit log of secret accesses.
When to use: for compliance review, incident investigation, or to see who/what fetched a credential. When NOT to use: to read a secret value (delimit_secret_get) or to inventory secrets (delimit_secret_list).
Sibling contrast: delimit_secret_get appends to this log; this reads it back.
Side effects: read-only. Calls ai.secrets_broker.get_access_log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional secret name to filter the log. Empty = all secrets. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||