Queries the details of an SQL task.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
JobId | long | Yes | The ID of the SQL task. You can call the ListDBTaskSQLJob operation to query the SQL task ID. | 1276**** |
PageNumber | long | No | The number of the page to return. | 1 |
PageSize | long | No | The number of entries to return on each page. | 20 |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "3F044E33-FE09-58F1-8C61-A0F612EC****",
"Success": true,
"ErrorMessage": "JobId is mandatory for this action.",
"ErrorCode": "MissingJobId",
"DBTaskSQLJobDetailList": [
{
"JobDetailId": 0,
"CurrentSql": "update a set id = 1 where id = 1;",
"ExecuteCount": 1,
"JobId": 0,
"DbId": 0,
"Logic": false,
"Skip": false,
"SqlType": "CREATE_TABLE",
"Status": "SUCCESS",
"Log": "log_info",
"StartTime": "2021-12-16 00:00:00",
"EndTime": "2021-12-16 00:00:01",
"TimeDelay": 38,
"AffectRows": 0
}
],
"TotalCount": 1
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history