def AutomationClient.find(automation_id: UUID | str) -> AutomationPrototypeFind an automation by ID.
Parameters
Section titled “Parameters”automation_id UUID | str required ID of the automation to fetch.
Returns
Section titled “Returns”The automation prototype for the given ID.