Function getTaskLastRun

  • Retrieves the most recent execution run for the specified task. Returns a 404 response if the task has never been run. Use this operation to quickly check whether the last run succeeded or failed without paginating through the full run history.

    Parameters

    • id: string

      The unique identifier of the task.

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetTaskLastRunHttpResponse>

    GetTaskLastRunHttpError