v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Container Images

Get all Container Images

Get all Container Images for your organization. Note: To enrich the data returned by this endpoint with security scans, see the new api/v2/security/scanned-assets-metadata endpoint.

get/api/v2/container_images

Query parameters

filter[tags]string

Comma-separated list of tags to filter Container Images by.

group_bystring

Comma-separated list of tags to group Container Images by.

sortstring

Attribute to sort Container Images by.

page[size]integer

Maximum number of results returned.

page[cursor]string

String to query the next page of results. This key is provided with each valid response from the API in meta.pagination.next_cursor.

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "os_architectures": [
          "amd64"
        ],
        "os_names": [
          "linux"
        ]
      },
      "type": "container_image"
    }
  ],
  "meta": {
    "pagination": {
      "type": "cursor_limit"
    }
  }
}