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

# List Apps

`GET /api/v1/apps/`

List apps the caller can see (VIEWER+). Owners see everything.

## Response `200`

Successful Response

- AppList
  - `apps` AppRead[], required
    - `id` string, uuid, required
    - `company_id` string, uuid, required
    - `user_id` string, uuid, required
    - `name` string, required
    - `description` string, required
    - `status` string, required
    - `bundle_url` string, nullable, required
    - `bundle_css` string, nullable, required
    - `bundle_imports` string[], nullable, required
    - `error_message` string, nullable, required
    - `chat_id` string, uuid, nullable, required
    - `current_version_id` string, uuid, nullable, required
    - `draft_version_id` string, uuid, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `bindings` BindingRead[]
      - `id` string, uuid, required
      - `entity_id` string, uuid, required
      - `mode` string, required
    - `is_favorite` boolean

---

[API](https://skmtc.net/netter/apis/dmi-backend.md) · [All operations](https://skmtc.net/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netter/dmi-backend/revisions/a59877bf911b/schema)
