---
title: "List Active Resources provisioned in an environment."
method: GET
path: "/orgs/{orgId}/apps/{appId}/envs/{envId}/resources"
tags: ["public", "ActiveResource"]
---

# List Active Resources provisioned in an environment.

`GET /orgs/{orgId}/apps/{appId}/envs/{envId}/resources`

## Path parameters

- `orgId` string, required
- `appId` string, required
- `envId` string, required

## Query parameters

- `scheduled_deletion` boolean

## Response `200`

A possibly empty list of Active Resources.

- ActiveResourceResponse[]
  - `app_id` string, required — The ID of the App the resource is associated with.
  - `class` string, required — The Resource Class of the resource
  - `criteria_id` string — The Matching Criteria ID.
  - `def_id` string, required — The Resource Definition that this resource was provisioned from.
  - `def_version_id` string, required — The Resource Definition Version that this resource was provisioned from.
  - `target_def_version_id` string — The Resource Definition Version pinned to this resource to be provisioned from.
  - `deploy_id` string, required — The deployment that the resource was last provisioned in.
  - `driver_account` string — (Optional) Security account required by the driver.
  - `driver_type` string, required — The driver to be used to create the resource.
  - `env_id` string, required — The ID of the Environment the resource is associated with.
  - `env_type` string, required — The Environment Type of the Environment specified by env_id.
  - `gu_res_id` string, required — Globally unique resource id
  - `org_id` string, required — the ID of the Organization the Active Resource is associated with.
  - `res_id` string, required — The ID of the resource
  - `resource` object, required — The resource provisioning outputs ('values' only).
  - `scheduled_deletion` boolean, required — Deletion is scheduled for this resource.
  - `secret_refs` object, required — Secret references from the resource provisioning output.
  - `status` string, required — Current resource status: 'pending', 'active', or 'deleting'.
  - `type` string, required — The Resource Type of the resource
  - `updated_at` string, date-time, required — The time the resource was last provisioned as part of a deployment.

## Other responses

- `500` — Internal application error.

---

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