v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.EventService

GetAuditLog

Gets one audit-log entry, including any typed details stored for it.

Use this method to:

  • Inspect the details of a specific audit-log entry
  • Retrieve the evidence associated with a Veto Exec audit event

Examples

  • Get an audit-log entry:

    auditLogEntryId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
    
post/gitpod.v1.EventService/GetAuditLog

Request body

auditLogEntryIdstring uuid required

audit_log_entry_id is the ID of the audit-log entry to retrieve.

Response

Success