Function getAutomationRun

  • Retrieves a specific run for an automation. 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<automations.GetAutomationRunHttpResponse>

    GetAutomationRunHttpError