---
title: "Active Containers"
method: GET
path: "/docker/active-containers"
tags: ["Docker"]
---

# Active Containers

`GET /docker/active-containers`

Get all currently active (running) Docker containers.

Args:
    name_filter: Optional filter to match container names (case-insensitive)
    docker_service: Docker service dependency
    
Returns:
    List of active container information

## Query parameters

- `name_filter` 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)
