def AutomationClient.find(automation_id: UUID | str) -> AutomationPrototype
Find an automation by ID.
Parameters
ID of the automation to fetch.
Returns
The automation prototype for the given ID.
automation = client.automations().find("0195c87a-49f6-5ffa-e3cb-92215d057ea6")