---
title: "List containers in a fleet node stack"
method: GET
path: "/api/fleet/node/{nodeId}/stacks/{stackName}/containers"
tags: ["Fleet"]
---

# List containers in a fleet node stack

`GET /api/fleet/node/{nodeId}/stacks/{stackName}/containers`

Returns containers for a specific stack on a specific fleet node.

## Path parameters

- `nodeId` integer, required
- `stackName` string, required

## Response `200`

Array of container objects.

- Container[]
  - `Id` string — Docker container ID.
  - `Names` string[] — Container names (prefixed with `/`).
  - `Service` string — Compose service name (if part of a stack).
  - `State` 'running' | 'exited' | 'paused' | 'restarting' | 'dead' | 'created' — Container state.
  - `Status` string — Human-readable status string (e.g., "Up 2 hours").
  - `Ports` object[]
    - `PrivatePort` integer
    - `PublicPort` integer

## Other responses

- `403` — Insufficient permissions or license tier.
- `404` — Resource not found.
- `500` — Internal server error.
- `503` — Remote node not configured.

---

[API](https://skmtc.net/studio-saelix/apis/sencho-api.md) · [All operations](https://skmtc.net/studio-saelix/apis/sencho-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/studio-saelix/sencho-api/versions/f36f82acae1d/schema)
