Domain name for API request: wedata.intl.tencentcloudapi.com.
This API is used to view resource file list
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: ListResourceFiles. |
| Version | Yes | String | Common Params. The value used for this API: 2025-08-06. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-hongkong, ap-jakarta, ap-singapore, eu-frankfurt, na-ashburn, na-siliconvalley. |
| ProjectId | Yes | String | Project ID. |
| PageNumber | No | Integer | Data page number, equal to or greater than 1. default 1. |
| PageSize | No | Integer | Specifies the number of data records displayed per page. valid values: 10 to 200. default: 10. |
| ResourceName | No | String | Resource file name (fuzzy search keyword). |
| ParentFolderPath | No | String | Specifies the path of the file's parent folder (for example /a/b/c, querying resource files under the folder c). |
| CreateUserUin | No | String | Creator ID. obtain through the DescribeCurrentUserInfo API. |
| ModifyTimeStart | No | String | Update time range. specifies the start time in yyyy-MM-dd HH:MM:ss format. |
| ModifyTimeEnd | No | String | Update time range. specifies the end time in yyyy-MM-dd HH:MM:ss format. |
| CreateTimeStart | No | String | Create time range. specifies the start time in yyyy-MM-dd HH:MM:ss format. |
| CreateTimeEnd | No | String | Create time range. specifies the termination time in yyyy-MM-dd HH:MM:ss format. |
| Parameter Name | Type | Description |
|---|---|---|
| Data | ResourceFilePage | Retrieve the resource file list. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: wedata.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ListResourceFiles
<Common request parameters>
{
"ProjectId": "146094787xxxx7296",
"PageNumber": 1,
"PageSize": 10,
"ResourceName": "wedata_a",
"ParentFolderPath": "/qmxxxxu",
"CreateUserUin": "10002xxx06",
"ModifyTimeStart": "2025-08-25 22:00:00",
"ModifyTimeEnd": "2025-08-26 23:00:00",
"CreateTimeStart": "2025-08-25 22:00:00",
"CreateTimeEnd": "2025-08-26 23:00:00"
}{
"Response": {
"Data": {
"Items": [
{
"FileExtensionType": "",
"ResourceId": "3b119eee-8c78-4921-b8d6-acce32dfcd19",
"ResourceName": "wedata_a"
}
],
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 1,
"TotalPageNumber": 1
},
"RequestId": "f0beb4e0-7035-4353-a8b0-f0099cd6cf47"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| FailedOperation | Operation failed. |
| InvalidParameter | Parameter error. |
| InvalidParameterValue | Parameter value error. |
| MissingParameter | Parameter missing. |
| ResourceNotFound | The resource does not exist. |
Feedback