tencent cloud

Cloud Infinite

Querying Asynchronous Export Tasks

Unduh
Mode fokus
Ukuran font
Terakhir diperbarui: 2026-09-08 16:24:28
Diterjemahkan & Diperiksa oleh AI

Feature Description

Query the status of a single asynchronous export task.

Authorization Description

When using a sub-account, add the ci:DescribeDatasetExport permission to the action of the authorization policy. For all APIs supported by Cloud Infinite, see CI action.

Service Activation

When you use this feature for the first time, Cloud Infinite is activated for you by default, and the Bucket is automatically bound. You can use the feature directly without role authorization.
Note:
After Cloud Infinite is bound, if you manually unbind Cloud Infinite from the bucket, you will no longer be able to use this feature.

Use Limits

Before using this API, confirm the relevant restrictions. For details, see Usage Limits.

Request

Request sample

GET /datasetquery/export?datasetname=test&jobid=xxxxxx HTTP/1.1
Host: <AppId>.ci.ap-jakarta.myqcloud.com
Authorization: Auth String
Content-Length: xxx
Content-Type: application/json
Accept: application/json
Note:
Authorization: Auth String (For details, see Request Signature).
When using a sub-account, grant the required permissions. For details, see Authorization Granularity Details.

Request header

This API only uses common request headers. For details, see Common Request Headers.

Request Parameters

The specific parameters are as follows:
Parameter Name
Description
Type
Required
DatasetName
Dataset name, unique within the same account
String
Yes
JobId
Unique task Id returned upon creation. To obtain it, see Creating an Asynchronous Export Task
String
Yes

Request body

The request body of this request is empty.

Response

Response Headers

This API only returns common response headers. For details, see Common Response Headers.

Response Body

{
"Job": {
"CreateTime": "2025-04-09T19:38:08.454310276+08:00",
"JobId": "xxxxxx",
"Name": "fortest",
"Output": {
"Bucket": "ci-qta-bj-1250000000",
"Object": "prefix001",
"Region": "ap-jakarta"
},
"Query": {
"Field": "",
"Operation": "",
"SubQueries": [],
"Value": ""
},
"StartTime": "1970-01-01T00:00:00+08:00",
"EndTime": "1970-01-01T00:00:00+08:00",
"State": "todo"
},
"RequestId": "NjdmNjVjMjBfNzM0NjZjMT**********"
}
The specific data content of the response body is as follows:
Parameter Name
Type
Description
RequestId
String
Request ID
Job
Container
Information about the created task
Job node description: see the Job field description in the response section of the Create Asynchronous Export Task API.


Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan