获取图片生成任务列表
list_generation_tasksLists image generation tasks for the current API key user, ordered by creation time descending. Supports filtering by status and pagination to review or track task progress.
Instructions
按创建时间倒序返回当前 API Key 用户的图片生成任务列表。对应 GET /openapi/v1/images/generation/tasks。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 页码,默认 1 | |
| status | No | 按状态过滤:pending / generating / success / fail | |
| pageSize | No | 每页数量,默认 20 |