list_images
Retrieve dataset images with optional status filtering and ordering. Specify a dataset ID to scan, then apply filters by workflow status or use randomized ordering for balanced sampling.
Instructions
Discover dataset images with status filtering and stable ordering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Zero-based result offset. | |
| status | No | Workflow status filter or ``all``. | all |
| order_by | No | ``name`` or deterministic ``random`` ordering. | name |
| dataset_id | Yes | Dataset identifier to scan. | |
| max_results | No | Positive page size. | |
| random_seed | No | Optional seed overriding server configuration. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| data | Yes | Contain one page of discovered images and stable paging metadata. |