---
title: "List Benchmark Images"
method: GET
path: "/api/v1/benchmarks/{bench_id}/images"
tags: ["benchmarks"]
---

# List Benchmark Images

`GET /api/v1/benchmarks/{bench_id}/images`

List the bench's task images with build status, refreshing in-flight provider builds (building -> ready/failed) as a side effect.

## Path parameters

- `bench_id` string, required

## Response `200`

Successful Response

- BenchmarkImagesResponse
  - `bench_id` string, required
  - `images` BenchmarkImage[], required
    - `task_id` string, required
    - `provider` string, required
    - `provider_ref` string, nullable
    - `dockerfile_uri` string, nullable
    - `build_status` string, nullable

---

[API](https://skmtc.dev/trajectory/apis/trajectory-api.md) · [All operations](https://skmtc.dev/trajectory/apis/trajectory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trajectory/trajectory-api/revisions/d930b23b9602/schema)
