---
title: "Get stack status"
method: GET
path: "/v1/stacks/{id}"
tags: ["Stacks"]
---

# Get stack status

`GET /v1/stacks/{id}`

Retrieve current status and information about a stack and its services

## Path parameters

- `id` string, required — Stack identifier

## Response `200`

Stack status information

- object — Stack status response
  - `id` string, required — Stack identifier
  - `phase` 'starting' | 'building' | 'deploying' | 'running' | 'failed' | 'stopped', required — Stack lifecycle phases
  - `readyAt` string — When stack became ready (ISO 8601)
  - `lastError` string — Last error message (if failed)
  - `lastLogs` string[] — Recent log entries (truncated for size)
  - `ports` number[] — Active ports (if running)
  - `etag` string, required — ETag for caching

## Other responses

- `404` — Stack not found

## Changes

- **2025-10-29** `17a1ccb59fba` — 1 info
  - api operation id `get_stack` was added
- **2025-10-29** `1a4801fc49a1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/benchify/apis/benchify-api/changes/v1/stacks/:id/get.md)

---

[API](https://skmtc.dev/benchify/apis/benchify-api.md) · [All operations](https://skmtc.dev/benchify/apis/benchify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/benchify/benchify-api/revisions/1a65aea8dd7d/schema)
