Queries the file information of a file transmission task.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| TaskId | string | No | The ID of the transmission task. | trt-03tdwg4tcuwdzv**** |
| MaxResults | integer | No | The number of entries to return on each page. Maximum value: 100. Default value: 20. | 20 |
| NextToken | string | No | A pagination token. It can be used in the next request to retrieve a new page of results. If NextToken is empty, no next page exists. | caeba0bbb2be03f84eb48b699f0**** |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
"NextToken": "caeba0bbb2be03f84eb48b699f0a****",
"MaxResults": 20,
"Files": [
{
"IconUrl": "https://app-center-icon-pre-hangzhou.oss-cn-hangzhou.aliyuncs.com/tenant****",
"Status": "DELETED",
"Type": "txt",
"Size": 10853079,
"OssFileName": "",
"Id": "trf-a213msf****",
"Name": "",
"OssFilePath": "transfer/1244234/****"
}
]
}Error codes
For a list of error codes, visit the Service error codes.
