bayesline.api.AsyncIncidentsServiceApi.get_incident# abstract async AsyncIncidentsServiceApi.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.