我的工单列表
yearning_my_ordersRetrieve a paginated list of your submitted tickets, filterable by status (pending, completed, rejected, etc.), keyword, or work ID.
Instructions
分页列出当前用户提交的工单。状态:8=全部 / 2=待审核 / 3=已完成 / 0=已驳回 / 4=已终止 / 6=已撤回 / 1=执行中 / 5=待执行。对应 WS /api/v2/common/list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 页码(从 1 开始) | |
| text | No | 按说明/工单号模糊搜索 | |
| status | No | 状态过滤,8=全部 | |
| work_id | No | 按工单号过滤 | |
| page_size | No | 分页大小 | |
| response_format | No | markdown |