queryApplist
Retrieve paginated RPA application lists by filtering with app ID, name, or owner details. Ideal for managing and accessing automation workflows within the YingDao RPA MCP Server.
Instructions
该接口用于分页获取RPA应用列表。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appId | No | RPA应用UUID | |
appName | No | RPA应用名称模糊匹配 | |
ownerUserSearchKey | No | 用户账号精确匹配 | |
page | No | 页码 | 1 |
size | No | 一页大小 | 30 |