Playground

Playground

Event

/api/v1/events

A platform event emitted by a resource lifecycle transition.

subscribedispatchgetHistory

Schema

FieldTypeNotes
id*uuidEvent UUID.
type*stringEvent type (e.g. 'pod.failed', 'workspace.created').
resource_type*stringType of resource that emitted the event.
resource_id*uuidID of the resource that emitted the event.
organization_iduuidScoping organization.
workspace_iduuidScoping workspace (if applicable).
payloadjsonEvent-specific payload data.
occurred_at*date-timeWhen the event occurred.

API

Loading manifest…