TL;DR
- Use when: Finding images, checking before import
- Returns: List of images with UUID, tag, creation time
- Cost: No VM needed
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | 100 | Max images to return (1-1000) |
offset | integer | No | 0 | Skip first N images |
tagged | boolean | No | null | Only tagged images |
tag_prefix | string | No | null | Filter by tag prefix |
since | string | No | null | Created after (e.g., “1h”, “1d”) |
until | string | No | null | Created before |
Response
Examples
List All
Filter by Tag Prefix
Only Tagged Images
Recent Images
Pagination
See Also
- import_image - Import new images
- get_image - Get single image details