Skip to main content
def AutomationClient.find(automation_id: UUID | str) -> AutomationPrototype
Find an automation by ID.

Parameters

automation_id
UUID | str
required
ID of the automation to fetch.

Returns

The automation prototype for the given ID.
automation = client.automations().find("0195c87a-49f6-5ffa-e3cb-92215d057ea6")