---
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.dev/fly/apis/machines-api.md) · [All operations](https://skmtc.dev/fly/apis/machines-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fly/machines-api/revisions/f5ad396d55d7/schema)
