Parameters
uuid.UUID
required
The ID of the automation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
automation, err := client.Automations.Get(ctx, automationID)
automation, err := client.Automations.Get(ctx, automationID)
func (automationClient) Get(
ctx context.Context,
automationID uuid.UUID,
) (*workflows.Automation, error)
automation, err := client.Automations.Get(ctx, automationID)
Was this page helpful?