---
title: "Lists all the Builds of an Image"
method: GET
path: "/orgs/{orgId}/images/{imageId}/builds"
tags: ["public", "Image"]
---

# Lists all the Builds of an Image

`GET /orgs/{orgId}/images/{imageId}/builds`

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.

The response lists all available Image Builds of an Image.

## Path parameters

- `orgId` string, required
- `imageId` string, required

## Response `200`

Possibly empty list of Builds of Container Images.

- ImageBuildResponse[]
  - `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.

## Other responses

- `404` — No Image with an ID of `imageId` found within the organization.

---

[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)
