Skip to content

Conversation

@david049
Copy link
Contributor

@david049 david049 commented Jan 8, 2026

What was changed

Adds audit log query API endpoint

Why?

Checklist

  1. Closes

  2. How was this tested:

  1. Any docs updates needed?

Note

Introduces an API to retrieve account audit logs with standard pagination and time-range filtering.

  • Adds GetAuditLogsRequest/GetAuditLogsResponse in request_response.proto (filters: page_size, page_token, start_time_inclusive, end_time_exclusive; returns auditlog.v1.LogRecord list and next_page_token)
  • Imports temporal/api/cloud/auditlog/v1/message.proto
  • Exposes GetAuditLogs RPC in service.proto with HTTP GET /cloud/audit-logs and OpenAPI annotations under the "Account" tag

Written by Cursor Bugbot for commit 292135d. This will update automatically on new commits. Configure here.

@david049 david049 requested a review from a team as a code owner January 8, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants