---
title: "List stack services"
method: GET
path: "/api/stacks/{stackName}/services"
tags: ["Stacks"]
---

# List stack services

`GET /api/stacks/{stackName}/services`

Returns the service names defined in the stack's compose file.

## Path parameters

- `stackName` string, required

## Headers

- `x-node-id` integer

## Response `200`

Array of service names.

- string[]

## Other responses

- `400` — Invalid stack name.
- `500` — Internal server error.

---

[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)
