Function getTaskRunLog

  • Retrieves the execution log for a specific task run. Set the Accept header to text/plain to receive the raw log as a downloadable file, or application/json (default) to receive it wrapped in a JSON object with a logContent field.

    Parameters

    • id: string

      The unique identifier of the task.

    • runId: string

      The unique identifier of the task run.

    • Optionaloptions: ApiCallOptions

    Returns Promise<tasks.GetTaskRunLogHttpResponse>

    GetTaskRunLogHttpError