---
title: "List all Applications in an Organization."
method: GET
path: "/orgs/{orgId}/apps"
tags: ["public", "Application"]
---

# List all Applications in an Organization.

`GET /orgs/{orgId}/apps`

Listing or lists of all Applications that exist within a specific Organization.

## Path parameters

- `orgId` string, required

## Response `200`

Possibly empty list of Applications.

- ApplicationResponse[]
  - `created_at` string, required — The timestamp in UTC indicates when the Application was created.
  - `created_by` string, required — The user who created the Application.
  - `envs` EnvironmentBaseResponse[], required — The Environments associated with the Application.
    - `id` string, required — The ID the Environment is referenced as.
    - `name` string, required — The Human-friendly name for the Environment.
    - `type` string, required — The Environment Type. This is used for organizing and managing Environments.
  - `id` string, required — The ID which refers to a specific application.
  - `name` string, required — The Human-friendly name for the Application.
  - `org_id` string, required — The Organization id of this Application
  - `status` 'active' | 'deleting', required — The status of the application
  - `status_changed_at` string, date-time, required — The timestamp in UTC of when the Environment status was last changed.
  - `status_message` string — The message associated with the status of the environment

---

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