OptionalpageWhich 'page' of paginated results to return.
OptionalperNumber of items returned per page
OptionalprivateUsed to filter only user images.
OptionaltagUsed to filter images by a specific tag.
OptionaltypeFilters results based on image type which can be either application or distribution.
To list all of the images available on your account, send a GET request to /v2/images.## Filtering Results-----It's possible to request filtered results by including certain query parameters.Image TypeEither 1-Click Application or OS Distribution images can be filtered by using the
typequery parameter.> Important: Thetypequery parameter does not directly relate to thetypeattribute.To retrieve only distribution images, include thetypequery parameter set to distribution,/v2/images?type=distribution.To retrieve only application images, include thetypequery parameter set to application,/v2/images?type=application.User ImagesTo retrieve only the private images of a user, include theprivatequery parameter set to true,/v2/images?private=true.TagsTo list all images assigned to a specific tag, include thetag_namequery parameter set to the name of the tag in your GET request. For example,/v2/images?tag_name=$TAG_NAME.