func (automationClient) Get( ctx context.Context, automationID uuid.UUID,) (*workflows.Automation, error)Get an automation prototype by ID.
Parameters
Section titled “Parameters”automationID uuid.UUID required The ID of the automation.
Returns
Section titled “Returns”An automation object.