---
title: "List containers"
method: GET
path: "/api/v1/container"
tags: ["Containers"]
---

# List containers

`GET /api/v1/container`

List containers.

Auth: Required (bearer token).
Scope: Organization-scoped in authenticated context.
Side effects: Read-only operation.

## Headers

- `Accept` string

## Response `200`

OK

- ListContainersResponse — ListContainersResponse schema
  - `data` object
    - `containers` object[]
      - `command` string
      - `created` string
      - `host_config` object
        - `cpu_shares` integer
        - `memory` integer
        - `memory_swap` integer
      - `id` string, uuid
      - `image` string
      - `ip_address` string
      - `labels` object
      - `mounts` object[]
        - `destination` string
        - `mode` string
        - `source` string
        - `type` string
      - `name` string
      - `networks` object[]
        - `aliases` string[]
        - `gateway` string
        - `ip_address` string
        - `mac_address` string
        - `name` string
      - `ports` object[]
        - `private_port` integer
        - `public_port` integer
        - `type` string
      - `state` string
      - `status` string
    - `group_count` integer
    - `groups` object[], nullable
      - `application_id` string, uuid
      - `application_name` string
      - `containers` object[]
        - `command` string
        - `created` string
        - `host_config` object
          - `cpu_shares` integer
          - `memory` integer
          - `memory_swap` integer
        - `id` string, uuid
        - `image` string
        - `ip_address` string
        - `labels` object
        - `mounts` object[]
          - `destination` string
          - `mode` string
          - `source` string
          - `type` string
        - `name` string
        - `networks` object[]
          - `aliases` string[]
          - `gateway` string
          - `ip_address` string
          - `mac_address` string
          - `name` string
        - `ports` object[]
          - `private_port` integer
          - `public_port` integer
          - `type` string
        - `state` string
        - `status` string
    - `image` string
    - `name` string
    - `page` integer
    - `page_size` integer
    - `search` string
    - `sort_by` string
    - `sort_order` 'asc' | 'desc'
    - `status` string
    - `total_count` integer
    - `ungrouped` object[], nullable
      - `command` string
      - `created` string
      - `host_config` object
        - `cpu_shares` integer
        - `memory` integer
        - `memory_swap` integer
      - `id` string, uuid
      - `image` string
      - `ip_address` string
      - `labels` object
      - `mounts` object[]
        - `destination` string
        - `mode` string
        - `source` string
        - `type` string
      - `name` string
      - `networks` object[]
        - `aliases` string[]
        - `gateway` string
        - `ip_address` string
        - `mac_address` string
        - `name` string
      - `ports` object[]
        - `private_port` integer
        - `public_port` integer
        - `type` string
      - `state` string
      - `status` string
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request _(validation or deserialization error)_
- `500` — Internal Server Error _(panics)_
- `default`

---

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