Function exportAutomationRun

  • Retrieves the URL for the debug log of a specific automation run. Depending on the space the automation belongs to, the requesting user must meet the following requirement:

    • Private space: be the owner of the automation and have the automations.private scope
    • Shared space: be editor or operator in shared space and have automations.shared scope.

    Parameters

    • id: string

      The unique identifier for the automation.

    • runId: string

      The unique identifier for the run.

    • Optionaloptions: ApiCallOptions

    Returns Promise<ExportAutomationRunHttpResponse>

    ExportAutomationRunHttpError