Queries a list of operation logs of an instance by page.
Operation description
This API operation is available for all DataWorks editions.
You can call this operation to query only the operation logs generated within the previous 31 days.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Id | long | Yes | The instance ID. | 1234 |
Date | long | No | The operation date, accurate to the day. The default value is the current day. You can query only the operation logs generated within the previous 31 days. | 1710239005403 |
PageSize | integer | No | The number of entries per page. Default value: 10. | 10 |
PageNumber | integer | No | The page number. Pages start from page 1. Default value: 1. | 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "22C97E95-F023-56B5-8852-B1A77A17XXXX\n",
"PagingInfo": {
"OperationLogs": [
{
"User": "1000\n",
"CreateTime": 1710239005403,
"OperationSeq": 1111,
"OperationContent": "",
"TaskInstanceId": 1234
}
],
"TotalCount": 100,
"PageSize": 10,
"PageNumber": 1
}
}
Error codes
For a list of error codes, visit the Service error codes.