List User Images
List images and builds for the current user, scoped by team context. Returns personal images by default, or team images if teamId is provided.
Pagination note: limit, offset, and totalCount count logical images
(unique owner/imageName:imageTag). A single image may produce multiple
data[] rows (one per artifact type plus any active builds), so
len(data) can exceed limit and totalCount reflects images, not rows.
Rate Limit
300 requests per 60 seconds per IP and token.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by team ID. If provided, returns only that team's images. If not provided, returns only personal images.
Response
Successful Response
Total number of items available in the dataset
Number of items to skip before starting to collect the result set
x >= 0Maximum number of items to return
x >= 0Response status