v1
latestOpenAPI 3.0.02026-07-144847131.4 KBImageApi
Get untagged images for a given project iteration.
This API supports batching and range selection. By default it will only return first 50 images matching images. Use the {take} and {skip} parameters to control how many images to return in a given batch.
get/projects/{projectId}/images/untagged
Path parameters
projectIdstring uuid required
The project id.
Query parameters
iterationIdstring uuid
The iteration id. Defaults to workspace.
orderBy'Newest' | 'Oldest'
The ordering. Defaults to newest.
takeinteger
Maximum number of images to return. Defaults to 50, limited to 256.
skipinteger
Number of images to skip before beginning the image batch. Defaults to 0.
Response
OK