list_drafts
Retrieve a paginated list of WeChat Official Account drafts to review existing content before publishing. Returns total count, current offset, and each draft's media ID, title, and update time.
Instructions
分页查询草稿箱列表,返回 {"total": 总数, "offset": 当前偏移, "items": [{media_id, title, update_time}]}。
参数:
offset: 起始位置(默认 0)
count: 每页数量(默认 20,最大 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||