---
title: "list all raw apps"
method: GET
path: "/w/{workspace}/raw_apps/list"
tags: ["raw_app"]
---

# list all raw apps

`GET /w/{workspace}/raw_apps/list`

## Path parameters

- `workspace` string, required

## Query parameters

- `page` integer
- `per_page` integer
- `order_desc` boolean
- `created_by` string
- `path_start` string
- `path_exact` string
- `starred_only` boolean
- `label` string
- `include_draft_only` boolean

## Response `200`

All raw apps

- ListableRawApp[]
  - `workspace_id` string, required
  - `path` string, required
  - `summary` string, required
  - `extra_perms` object, required
  - `starred` boolean
  - `version` number, required
  - `edited_at` string, date-time, required
  - `labels` string[]
  - `inherited_labels` string[] — Labels inherited from the parent folder, computed at read time. Read-only — edit them on the folder.

---

[API](https://skmtc.dev/windmill/apis/windmill-api.md) · [All operations](https://skmtc.dev/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/7b281701c340/schema)
