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.
The optional search parameter narrows results (case-insensitively) to
images whose name, tag, or name:tag reference contains the given
substring.
Setting ownerScope=platform lists only org-less platform images and
builds; this requires platform admin access.
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.
Case-insensitive substring match on image name, tag, or the displayed reference.
Set to platform to list org-less platform images (platform admins only).
team, personal, platform 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