Skip to content

GET /v1/repos/{owner}/{repo}/agent/audit-feed

Private · API Requires bearer

Parameters

NameInTypeDescription
owner*pathstringValue for {owner} in /v1/repos/{owner}/{repo}/agent/audit-feed.
repo*pathstringValue for {repo} in /v1/repos/{owner}/{repo}/agent/audit-feed.

Responses

  • 200
    Maintainer-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.
  • 400
    Malformed since (not ISO-8601), limit (not an integer in 1-200), or pull (not a positive integer)
  • 403
    Insufficient role