bayesline.api.IncidentsServiceApi.get_incident# abstract IncidentsServiceApi.get_incident(incident_id: str) → dict[str, dict[str, Any]]# Obtains the incident with the given ID. Parameters# incident_idstrThe ID of the incident. Cannot contain any of the following characters: /:*?”<>|- Returns# dictThe incident details.