GET /v1/repos/{owner}/{repo}/agent/audit-feed
Private · API Requires bearer
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| owner* | path | string | Value for {owner} in /v1/repos/{owner}/{repo}/agent/audit-feed. |
| repo* | path | string | Value for {repo} in /v1/repos/{owner}/{repo}/agent/audit-feed. |
Responses
- 200Maintainer-scoped agent audit feed (#784): executed actions + approval-queue decisions, newest first, public-safe action posture only. Supports ?since=ISO-8601&limit=1-200. ?pull=N opts into the unfiltered sibling query: every audit_events row for that one PR's targetKey (no eventType restriction), still maintainer-gated and detail-sanitized the same way.
- 400Malformed since (not ISO-8601), limit (not an integer in 1-200), or pull (not a positive integer)
- 403Insufficient role