Get complete timeline for a specific alert (level 3)
Get complete timeline for a specific alert (level 3)
Path parameters
Query parameters
Sort direction on event time: ‘desc’ (default, most recent update first) or ‘asc’ (chronological, oldest first)
Page number (0-indexed); only applied when pageSize is supplied
Timeline events per page (1-100). Omit for the full, unpaginated timeline (default behavior)
Response
Current alert status: severity if active, state if resolved/detected
Pagination metadata for the timeline events. These fields are populated only when the caller opts into pagination by supplying the pageSize query parameter; they are omitted entirely otherwise, so existing clients that expect the full, unpaginated timeline are unaffected. When present, Timeline holds only the requested page (order controlled by query param) and Total is the count of all timeline events for the alert.
Sorted by eventTimestamp (default DESC = newest-first; query param order=asc reverses)