EndpointsContainer Images
List container images
GET
/v2/container_imagesReturns container image versions visible to the caller, newest first. A continuation cursor is returned in the X-Next-Cursor response header when another page exists.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Query Parameters
limit?Limit
Maximum image versions returned.
Range
1 <= value <= 500Default
200cursor?|
Opaque cursor from the previous page.
mine?Mine
Return only images owned by the caller.
Default
false