---
title: "Get Resource Inputs for the given Deployment Set"
method: GET
path: "/orgs/{orgId}/apps/{appId}/sets/{setId}/resources"
tags: ["public", "Set"]
---

# Get Resource Inputs for the given Deployment Set

`GET /orgs/{orgId}/apps/{appId}/sets/{setId}/resources`

## Path parameters

- `orgId` string, required
- `appId` string, required
- `setId` string, required

## Response `200`

Resource Inputs of the requested Deployment Set.

- ResourceInputsResponse[]
  - `id` string, required — The Resource ID in the Deployment Set.
  - `type` string, required — The Resource type.
  - `class` string — The Resource class.
  - `resource` object — The Resource input parameters specified in the deployment set.

## Other responses

- `400` — Invalid resources in the Deployment Set
- `404` — No Deployment Set with ID `setId` found in Application.

---

[API](https://skmtc.net/humanitec/apis/humanitec-api.md) · [All operations](https://skmtc.net/humanitec/apis/humanitec-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humanitec/humanitec-api/revisions/e21ad140ec3c/schema)
