---
title: "List container runners"
method: GET
path: "/containers/{container_repo_id}/runners"
---

# List container runners

`GET /containers/{container_repo_id}/runners`

Returns a list of places where a container image runs, such as AWS lambdas, AWS ECS, Azure Jobs, Kubernetes pods,..

## Path parameters

- `container_repo_id` integer, required

## Response `200`

The list of container runners

- object[]
  - `id` integer — The runner's id in Aikido.
  - `name` string — The runner's name.
  - `region` string — The runner's region.
  - `type` string — The runner's type.
  - `runner_id` string — The runner's source id.
  - `image` string — The runner's image.
  - `tag` string — The image tag.
  - `digest` string — The image digest.

---

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