bayesline.apiclient.IncidentsServiceClientImpl.get_incident

bayesline.apiclient.IncidentsServiceClientImpl.get_incident#

IncidentsServiceClientImpl.get_incident(incident_id: str) dict[str, dict[str, Any]]#

Obtains the incident with the given ID.

Parameters#

incident_idstr

The ID of the incident. Cannot contain any of the following characters: /:*?”<>|-

Returns#

dict

The incident details.