Queries the status information of an asynchronous task. After you call an asynchronous operation, an asynchronous task is generated. You can call the GetJobStatus operation to query the status of the asynchronous task.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
JobId | string | Yes | The ID of the asynchronous task that is generated after you call an asynchronous operation. | 70ecdaec-bf21-4c11-8ecb-4f77453ceea8 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "5E2BFE96-C0E0-5A98-85C8-633EC803198D",
"JobStatus": {
"JobId": "C664CDE3-9C0B-5792-B17F-6C543783BBBC",
"JobType": "Create",
"Completed": "False",
"Status": "Success",
"Error": "Not Found",
"CreateTime": "1729063449802"
}
}
Error codes
For a list of error codes, visit the Service error codes.