gitpod.v1.EventService
ListAuditLogs
Lists audit logs with filtering and pagination options.
Use this method to:
- View audit history
- Track user actions
- Monitor system changes
Examples
-
List all logs:
pagination: pageSize: 20 -
Filter by actor:
filter: actorIds: ["d2c94c27-3b76-4a42-b88c-95a85e392c68"] actorPrincipals: ["PRINCIPAL_USER"] pagination: pageSize: 20 -
Filter by time range:
filter: from: "2024-01-01T00:00:00Z" to: "2024-02-01T00:00:00Z" pagination: pageSize: 20
post/gitpod.v1.EventService/ListAuditLogs
Query parameters
pageSizeinteger
tokenstring
Request body
Response
Success