List images visible to your account

View as Markdown

Required scope: air:image_read (roles: air_image_publisher, air_image_uploader, air_org_admin, air_user)

Alternative: role air_trainee also grants access.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

cpu_archenumOptional
* `x86` - x86 * `ARM` - ARM
Allowed values:
creatorstringOptional
The email of the client who created the image.
hashstringOptional
includes_air_agentbooleanOptional
is_owned_by_clientbooleanOptional
Whether the client's org owns the image.
limitintegerOptional
Number of results to return per page.
namestringOptional
offsetintegerOptional
The initial index from which to return the results.
orderingenumOptional

Order objects by field. Prefix with - for descending order.

providerenumOptional
* `VM` - VM * `CONTAINER` - CONTAINER
Allowed values:
publicly_publishedbooleanOptional

Whether the image is published to all users (public) vs restricted allow-list.

publishedbooleanOptional
searchstringOptional

Search by name or version.

upload_statusenumOptional
The upload status of the image file. * `READY` - Ready * `UPLOADING` - Uploading * `VALIDATING` - Validating * `COMPLETE` - Complete * `PUBLISHING` - Publishing * `UNPUBLISHING` - Unpublishing * `COPYING_FROM_IMAGE_SHARE` - Copying from image share * `PENDING_PUBLISH` - Pending Publish * `PENDING_UNPUBLISH` - Pending Unpublish
versionstringOptional

Response

countinteger
resultslist of objects
nextstring or nullOptionalformat: "uri"
previousstring or nullOptionalformat: "uri"

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error