yearning_my_orders
Retrieve and filter your submitted work orders by status, keyword, or work order ID. Paginate through your order history in the Yearning SQL audit platform.
Instructions
分页列出当前用户提交的工单(支持状态/关键字/工单号过滤)。
对应 API:WS /api/v2/common/list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 页码(从 1 开始) | |
| text | No | 按说明/工单号模糊搜索 | |
| status | No | 状态过滤:8=全部(默认)/ 2=待审核 / 3=已完成 / 0=已驳回 / 4=已终止 / 6=已撤回 / 1=已同意待执行 / 5=执行中 | |
| work_id | No | 按工单号过滤 | |
| page_size | No | 分页大小 | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |