Event
/api/v1/eventsA platform event emitted by a resource lifecycle transition.
subscribedispatchgetHistorySchema
| Field | Type | Notes |
|---|---|---|
| id* | uuid | Event UUID. |
| type* | string | Event type (e.g. 'pod.failed', 'workspace.created'). |
| resource_type* | string | Type of resource that emitted the event. |
| resource_id* | uuid | ID of the resource that emitted the event. |
| organization_id | uuid | Scoping organization. |
| workspace_id | uuid | Scoping workspace (if applicable). |
| payload | json | Event-specific payload data. |
| occurred_at* | date-time | When the event occurred. |
API
Loading manifest…