List image shares
List image shares created by your organization. The `id` field of each image share object is the "claim code" which should be given to the target organization representative and be used as the `image_share` value when claiming an image share.
**Required scope:** `air:image_sharing` (roles: `air_image_sharer`)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
claimed_by
The email of the user who claimed the image share.
image
image_name
The name of the image that is being shared.
image_version
The version of the image that is being shared.
limit
Number of results to return per page.
offset
The initial index from which to return the results.
ordering
Order objects by field. Prefix with - for descending order.
search
Search by image_name, image_version, target_org_display_name, or source_org_display_name.
source_org_display_name
The name of the org that is sharing the image.
state
A state associated with the image share. Only `ACTIVE` image shares may be claimed.
* `ACTIVE` - Active
* `CLAIMED` - Claimed
* `EXPIRED` - Expired
Allowed values:
target_org
The NGC org name of the org that is receiving the image.
target_org_display_name
The name of the org that is receiving the image.
Response
count
results
next
previous
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error