DataWorks MCP Server

Official

ListTaskInstanceOperationLogs

Retrieve operation logs for task instances in DataWorks MCP Server by specifying instance ID, date, and pagination parameters to track task activity and execution details.

Instructions

获取任务实例的操作日志列表

Input Schema

NameRequiredDescriptionDefault
DateNo操作日期(精确到天),默认查询当天。支持查询过去31天内的操作日志。格式为时间戳
IdNo任务实例ID
PageNumberNo页码,从1开始,默认为1
PageSizeNo每页的条目数,默认为10

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Date": { "description": "操作日期(精确到天),默认查询当天。支持查询过去31天内的操作日志。格式为时间戳" }, "Id": { "description": "任务实例ID" }, "PageNumber": { "description": "页码,从1开始,默认为1" }, "PageSize": { "description": "每页的条目数,默认为10" } }, "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr