Skip to content

AutomationClient.find

def AutomationClient.find(automation_id: UUID | str) -> AutomationPrototype

Find an automation by ID.

automation_id UUID | str required

ID of the automation to fetch.

The automation prototype for the given ID.