Function getAutomationRunWithQuery

  • Retrieves a specific run for an automation. The requesting user must be the owner of the automation.

    Parameters

    • id: string

      The unique identifier for the automation.

    • runId: string

      The unique identifier for the run.

    • query: { fields?: string }

      an object with query parameters

      • Optionalfields?: string

        Allows to select the actual fields to be returned. Where the default is all fields

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetAutomationRunWithQueryHttpResponse>

    GetAutomationRunWithQueryHttpError