Parameters
UUID | str
required
ID of the automation to fetch.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
automation = client.automations().find("0195c87a-49f6-5ffa-e3cb-92215d057ea6")
automation = client.automations().find("0195c87a-49f6-5ffa-e3cb-92215d057ea6")
def AutomationClient.find(automation_id: UUID | str) -> AutomationPrototype
automation = client.automations().find("0195c87a-49f6-5ffa-e3cb-92215d057ea6")
Was this page helpful?