Skip to main content
Version: 202607

Get upload file task

GET 

/openapi/2026-07/file/task/:task_id

Get the status and result of an upload task.

Request

Path Parameters

    task_id stringrequired

    The unique identifier of the upload task

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    task_idstring

    The task ID of the upload task

    totalint32

    The number of files that have been successfully uploaded

    finishedint32

    If the upload task is finished

    statusint32

    The status of the upload task

    success_list object[]

    Success List of the uploaded files

  • Array [
  • file_uristring

    File URL

    origin_linkstring

    The origin link of the file

    upload_linkstring

    The upload file link

  • ]
  • failure_liststring[]

    Failed List of the uploaded files

    origin_liststring[]

    The original source list of the upload task