dataset_images_list
List images from a dataset using a slug or URI, with filters for split, class, label state, search, and pagination to locate specific images.
Instructions
List images in a dataset by slug, owner/slug, or a ul://owner/datasets/slug URI with optional filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum images to return. | |
| split | No | Dataset split to filter by, for example train, val, or test. | |
| offset | No | Images to skip. | |
| search | No | Image name or metadata search. | |
| dataset | Yes | Dataset ref by slug, owner/slug, or a ul://owner/datasets/slug URI. | |
| classIds | No | Class IDs to filter by. An empty array is treated as no filter (all images match), not as a filter that excludes everything. | |
| hasLabel | No | Filter by annotation state. | |
| includeImageUrls | No | Include signed full-size image URLs. |