Search image sets based on defined input attributes.
SearchImageSets accepts a single search query parameter and returns a paginated response of all image sets that have the matching criteria. All date range queries must be input as (lowerBound, upperBound).
By default, SearchImageSets uses the updatedAt field for sorting in descending order from newest to oldest.
post/datastore/{datastoreId}/searchImageSets
Path parameters
datastoreIdstring required
The identifier of the data store where the image sets reside.
Query parameters
maxResultsinteger
The maximum number of results that can be returned in a search.
nextTokenstring
The token used for pagination of results returned in the response. Use the token returned from the previous request to continue results where the previous request ended.
Request body
Response
Success