---
title: "Retrieve software stacks"
method: GET
path: "/api/target_nodes/software_stacks"
tags: ["Target Nodes"]
---

# Retrieve software stacks

`GET /api/target_nodes/software_stacks`

Get a list of all available software stacks or a specific software stack by ID

## Query parameters

- `software_stack_id` string

## Headers

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

## Response `200`

Successfully retrieved software stacks

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

## Other responses

- `400` — Invalid software_stack_id parameter
- `401` — Missing authentication header

---

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