Function getDiProjectDiTaskRuntimeRunState

  • Returns the state of a specific historical run instance for a data task, including execution progress and any errors encountered.

    Parameters

    • projectId: string

      Identifier of the data project.

    • dataTaskId: string

      Identifier of the data task.

    • runId: string

      Identifier of the run instance.

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetDiProjectDiTaskRuntimeRunStateHttpResponse>

    GetDiProjectDiTaskRuntimeRunStateHttpError