---
title: "Get Runtime information about specific multiple environments."
method: GET
path: "/orgs/{orgId}/apps/{appId}/runtime"
tags: ["public", "RuntimeInfo"]
---

# Get Runtime information about specific multiple environments.

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

## Path parameters

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

## Query parameters

- `id` string[]

## Response `200`

A list of the RuntimeInfo of the environments specified by the id parameter.

- EnvironmentRuntimeInfoResponse[]
  - `error` string
  - `id` string, required
  - `paused` boolean, required
  - `status` string

## Other responses

- `400` — The request was invalid. 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)
