---
title: "Get Runtime information about the environment."
method: GET
path: "/orgs/{orgId}/apps/{appId}/envs/{envId}/runtime"
tags: ["public", "RuntimeInfo"]
---

# Get Runtime information about the environment.

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

Runtime info are fetched from the cluster provisioned by the Orchestrator with Resource Id `k8s-cluster-runtime`. If no cluster with that id is found, the system fetches information from a cluster provisioned with the default Resource Id  `k8s-cluster`.

## Path parameters

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

## Response `200`

Runtime info returned.

- RuntimeInfoResponseV1 — RuntimeInfo object returned by the runtime endpoint. Represents a list post statuses grouped by modules and controllers (deployments and stateful sets).
  - `modules` object, required
  - `namespace` string, required

## Other responses

- `400` — The request was invalid. More detail can be found in the error body.
- `404` — Either the resource or a related resource could not be found. More detail can be found in the error body.

---

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