---
title: "get app lite by path"
method: GET
path: "/w/{workspace}/apps/get/lite/{path}"
tags: ["app"]
---

# get app lite by path

`GET /w/{workspace}/apps/get/lite/{path}`

## Path parameters

- `workspace` string, required
- `path` string, required

## Response `200`

app lite details

- AppWithLastVersion
  - `id` integer, required
  - `workspace_id` string, required
  - `path` string, required
  - `summary` string, required
  - `versions` integer[], required
  - `created_by` string, required
  - `created_at` string, date-time, required
  - `value` unknown, required
  - `policy` Policy, required
    - `triggerables` object
    - `triggerables_v2` object
    - `s3_inputs` object[]
    - `allowed_s3_keys` object[]
      - `s3_path` string
      - `resource` string
    - `execution_mode` 'viewer' | 'publisher' | 'anonymous'
    - `on_behalf_of` string
    - `on_behalf_of_email` string
    - `sandbox` boolean — Publisher opt-in to app sandbox isolation (alpha). When true the app is isolated from each viewer's Windmill session. When false/absent the app runs same-origin with the viewer's full session (the default, pre-isolation behavior).
    - `frontend_sdk_scopes` string[] — Raw apps: author-declared scopes for the frontend SDK token. Takes effect only when `sandbox` is also true — an unsandboxed bundle runs with the viewer's own session, so no token is advertised or minted for it and this list stays inert. On a sandboxed app a non-empty list lets viewers mint (after consenting) a short-lived token carrying their own identity restricted to these scopes, handed to the app bundle so `windmill-client` calls run as the viewer. Must be a subset of the server's curated allowlist (jobs:run, jobs:read, users:read, resources:read, variables:read).
  - `execution_mode` 'viewer' | 'publisher' | 'anonymous', required
  - `extra_perms` object, required
  - `custom_path` string
  - `raw_app` boolean, required
  - `bundle_secret` string
  - `labels` string[]

---

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