---
title: "List Apps"
method: GET
path: "/apps"
tags: ["Apps"]
---

# List Apps

`GET /apps`

List all apps with the ability to filter by organization slug.

## Query parameters

- `org_slug` string, required
- `app_role` string

## Response `200`

OK

- ListAppsResponse
  - `apps` App[]
    - `id` string
    - `internal_numeric_id` integer
    - `machine_count` integer
    - `name` string
    - `network` string
    - `organization` AppOrganizationInfo
      - `internal_numeric_id` integer
      - `name` string
      - `slug` string
    - `status` string
    - `volume_count` integer
  - `total_apps` integer

---

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