bayesline.api.AsyncIncidentsServiceApi.get_incident

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_idstr

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

Returns#

dict

The incident details.