Queries a list of operation logs of a task 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 task 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 |
ProjectEnv | string | No | The environment of the workspace. Valid values:
| Prod |
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",
"CreateTime": 1710239005403,
"OperationSeq": 1111,
"OperationContent": "",
"TaskId": 1234
}
],
"TotalCount": 100,
"PageSize": 10,
"PageNumber": 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