Browse Source
Expose GET /public/events so an organization-scoped API client can read the organization event log using its organization API key. The same data is otherwise only reachable through the internal API, which requires an admin user session. Reuses the existing EventRange query model and continuation-token paging helper from the internal events endpoints, so the request and response shapes match /organizations/<org_id>/events. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>pull/7570/head
2 changed files with 46 additions and 8 deletions
Loading…
Reference in new issue