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

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

WatchEvents streams all requests events to the client

Security
Bearer Auth

Example: Authorization: Bearer My Bearer Token

Response fields
operation: "RESOURCE_OPERATION_UNSPECIFIED" | "RESOURCE_OPERATION_CREATE" | "RESOURCE_OPERATION_UPDATE" | 2 more...
Optional
resourceId: string
Optional
(format: uuid)
resourceType: "RESOURCE_TYPE_UNSPECIFIED" | "RESOURCE_TYPE_ENVIRONMENT" | "RESOURCE_TYPE_RUNNER" | 15 more...
Optional
Request example