Events
Event endpoints surface time‑ordered signals about your portfolio: approvals, alerts, progress updates, incident reports, and other changes in state that matter to operators and decision‑makers.
GET /v1/data/events
Stream or page through events across programs, projects, and assets.
- Filter by
programId,projectId,assetId, ortype. - Use for activity feeds, notifications, and audit views.
GET /v1/data/events/{eventId}
Fetch a single event with its payload and relationships.