---
title: "Get software stacks"
method: GET
path: "/api/dcv/virtual_desktops/software_stacks"
tags: ["Virtual Desktops"]
---

# Get software stacks

`GET /api/dcv/virtual_desktops/software_stacks`

Retrieves software stacks for virtual desktops, optionally filtered by stack ID (admin access required)

## Query parameters

- `software_stack_id` string

## Headers

- `X-EDH-USER` string, required
- `X-EDH-TOKEN` string, required

## Response `200`

Software stacks retrieved successfully

- object
  - `success` boolean, required
  - `message` object, required

## Other responses

- `400` — Invalid software stack ID or no stacks found
- `403` — Insufficient permissions or feature not enabled

---

[API](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/versions/6db97cead8df/schema)
