Hello!, There is an issue n the on the `attribute_map` on the `Incident` class where it should be calling `ownerTeam` instead of `teamId`. https://github.com/opsgenie/opsgenie-python-sdk/blob/3189d025e929f726f3fc60f2ab42c6d151f81d20/opsgenie_sdk/api/incident/incident.py#L65 That way we can get the proper Team ID owner of the incident. Thanks!