List image assets associated with a marketplace demo
List image objects stored in the marketplace demo’s virtual folder in the publicly-accessible bucket.
Permissions: Any authenticated user with an Air scope.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
A UUID string identifying this marketplace demo.
Query parameters
ordering
Order objects by field. Prefix with - for descending order.
Allowed values:
Response
name
The filename relative to the demo's virtual folder.
url
Public URL for the image object.
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error