Skip to main content
Glama

ListWorkflowInstances

Retrieve workflow instance lists from DataWorks MCP Server by filtering with project ID, date, type, owner, or other parameters to monitor and manage data processing tasks.

Instructions

获取工作流实例列表

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ProjectIdNo项目ID
BizDateNo业务日期。一般是周期实例定时时间的前一天的0点0分0秒,格式为毫秒级时间戳,如1743350400000
TypeNo工作流实例的类型。- Normal:周期调度- Manual:手动任务- SmokeTest:测试- SupplementData:补数据- ManualWorkflow:手动工作流
OwnerNo责任人的账号ID
PageSizeNo每页的条目数,默认为10
PageNumberNo页码,从1开始,默认为1
SortByNo排序字段列表,支持定时时间、开始时间等字段。格式为"排序字段+排序方式(Desc/Asc)"(Asc可以缺省)。排序字段的枚举值如下:- TriggerTime (Desc/Asc)- StartedTime (Desc/Asc)- FinishedTime (Desc/Asc)- CreateTime (Desc/Asc)- Id (Desc/Asc)默认值:Id Desc
IdsNo工作流实例ID列表,可根据工作流实例Id批量查询多个工作流实例信息
WorkflowIdNo所属工作流的ID
NameNo名称。支持模糊查询
Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aliyun/alibabacloud-dataworks-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server