待审工单列表
yearning_audit_ordersRetrieve pending audit orders for the current auditor. Filter by status, work order number, or fuzzy text search with pagination.
Instructions
分页列出与当前用户相关的待审核工单(审核人视角)。对应 WS /api/v2/audit/order/list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| text | No | 按说明/工单号模糊搜索 | |
| status | No | 状态过滤:2 待审核/3 已完成/0 已驳回 | |
| work_id | No | 按工单号过滤 | |
| page_size | No | ||
| response_format | No | markdown |