Delimit Secret Access Log
delimit_secret_access_logReview secret access audit log to identify who fetched credentials for compliance and incident investigation. Filter by secret name if needed.
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 | |||