---
title: "Available Images"
method: GET
path: "/docker/available-images"
tags: ["Docker"]
---

# Available Images

`GET /docker/available-images`

Get available Docker images matching the specified name.

Args:
    image_name: Name pattern to search for in image tags
    docker_service: Docker service dependency
    
Returns:
    Dictionary with list of available image tags

## Query parameters

- `image_name` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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