Skip to main content
Version: 202201

Get Upload File Task

GET 

/openapi/2022-01/file/task/:task_id

The Get Upload File Task API retrieves the status and details of an upload task that was previously created using the task_id. It provides information about the task's progress, the number of files processed, and the results (success and failure lists)

Request

Path Parameters

    task_id stringrequired

    The unique identifier for the upload task.

Responses

200

Schema
    task_idstring
    Example: 300b5e33-3ac5-41c5-9819-7e2e8aad6a98
    totalinteger
    Default value: 0
    Example: 1
    finishedinteger
    Default value: 0
    Example: 1
    statusinteger
    Default value: 0
    Example: 0
    success_list object[]
  • Array [
  • file_uristring
    Example: 652c51e6ea5273f8e0b5c3a30b62fd57.jpeg
    origin_linkstring
    Example: https://picx.zhimg.com/v2-3b4fc7e3a1195a081d0259246c38debc_720w.jpg?source=172ae18b
    upload_linkstring
    Example: https://cdn.shoplazza.com/652c51e6ea5273f8e0b5c3a30b62fd57.jpeg
  • ]
  • failure_list object[]
  • Array [
  • object
  • ]
  • origin_liststring[]