Get a publish access record
Retrieve a single image or marketplace demo publish access record visible to your account. The record type is resolved from the UUID.
**Required scopes (any one):**
- `air:image_write` (roles: `air_image_publisher`, `air_image_uploader`)
- `air:image_publish` (roles: `air_image_publisher`)
- `air:marketplace_demo_write` (roles: `air_demo_manager`, `air_org_admin`, `air_user`)
- `air:marketplace_demo_publish` (roles: `air_demo_manager`)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
A UUID string identifying this image publish access record.
Response
id
created
modified
type
Whether this record governs an image or marketplace demo.
resource_id
UUID of the governed image or marketplace demo.
resource_name
Name of the governed image or marketplace demo.
resource_version
Version of the governed image; null for marketplace demos.
requested_by
Email of the user who submitted this record.
requesting_org
Human-readable name of the org that submitted this record.
requesting_org_display_name
Requesting org display name.
requesting_org_ngc_org_name
Requesting org NGC name.
reviewed_by
Email of the user who reviewed this record, if reviewed.
status
PENDING- PendingAPPROVED- ApprovedDENIED- DeniedREMOVED- RemovedCANCELLED- CancelledPENDING_ELEVATION- Pending ElevationPENDING_RESTRICTION- Pending RestrictionPENDING_UNPUBLISH- Pending UnpublishPENDING_ALLOWLIST- Pending Allow List ChangeAPPROVED_PENDING_IMAGE_PUBLISH- Approved Pending Image Publish
publicly_published
prefer_public
justification
allowed_orgs_request_text
denial_reason
requested_at
reviewed_at
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error