Get Incident Timeline
Build a correlated incident timeline from logs, metrics, and traces.
Args: request: FastAPI request. incident_id: The incident ID to build a timeline for. window_before: Seconds before incident to include (default 600). window_after: Seconds after incident to include (default 300).
Returns: Dict with incident metadata and sorted timeline events.
get/observability/incident-timeline/{incident_id}
Path parameters
incident_idstring required
Query parameters
window_beforeinteger
window_afterinteger
Response
Successful Response
object required