Events

events

Methods

List Audit Logs -> EntriesPage<{ id, action, actorId, 4 more... }>
post/gitpod.v1.EventService/ListAuditLogs

ListAuditLogs retrieves a paginated list of audit logs for the specified organization

Security
Bearer Auth

Example: Authorization: Bearer My Bearer Token

Parameters
token: string
Optional
pageSize: number
Optional
(maximum: 100, minimum: 0)
Response fields
entries: Array<{ id, action, actorId, 4 more... }>
Optional
pagination: { nextToken }
Optional

pagination contains the pagination options for listing environments

Request example
200Example
Watch Events -> { operation, resourceId, resourceType }
post/gitpod.v1.EventService/WatchEvents

WatchEvents streams all requests events to the client