---
title: "Retrieve target node profiles"
method: GET
path: "/api/target_nodes/profiles"
tags: ["Target Nodes"]
---

# Retrieve target node profiles

`GET /api/target_nodes/profiles`

Returns target node profile information including allowed instance types and subnet configurations

## Query parameters

- `profile_id` string

## Headers

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

## Response `200`

Target node profiles retrieved successfully

- object
  - `success` boolean
  - `message` object — Dictionary of profile IDs mapped to profile details

## Other responses

- `400` — Bad request - invalid profile ID
- `401` — Authentication required
- `403` — Admin access required
- `500` — Internal server error

---

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