---
title: "List all Container Images"
method: GET
path: "/orgs/{orgId}/images"
tags: ["public", "Image"]
---

# List all Container Images

`GET /orgs/{orgId}/images`

DEPRECATED: This endpoint exists for historical compatibility and should not be used. Please use the [Artefact API](https://api-docs.humanitec.com/#tag/Artefact) instead.

Lists all of the Container Images registered for this organization.

## Path parameters

- `orgId` string, required

## Response `200`

Possibly empty list of Container Images.

- ImageResponse[]
  - `added_at` string, required — The time the first build of this Image was added to the organization
  - `builds` ImageBuildResponse[], required — A list of Image Builds ordered by addition date.
    - `added_at` string — The time when the build was added to Humanitec.
    - `branch` string, required — The branch name of the branch the build was built on
    - `commit` string, required — The commit ID that this build was built from.
    - `image` string, required — The fully qualified Image URL including registry, repository and tag.
    - `tags` string[], required — The tag that the build was built from.
  - `id` string, required — The ID used to group different builds of the same Image together.
  - `source` string, required — The Image Source that this Image is added via

---

[API](https://skmtc.net/humanitec/apis/humanitec-api.md) · [All operations](https://skmtc.net/humanitec/apis/humanitec-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humanitec/humanitec-api/revisions/e21ad140ec3c/schema)
