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

# List Apps

`GET /sdk/apps`

Retrieves a collection of all apps available to the authenticated user.

## Query parameters

- `opensource` boolean
- `cols[]` string[]

## Response `200`

Successful response

- object
  - `apps` object[]
    - `name` string
    - `label` string
    - `version` integer
    - `versionFull` string
    - `beta` boolean
    - `description` string
    - `theme` string
    - `public` boolean
    - `approved` boolean
    - `in_review` boolean
    - `modules` object[]
      - `name` string
      - `label` string
      - `description` string
      - `type` integer
      - `public` boolean
    - `opensource` boolean
    - `changes` object[]
      - `id` integer
      - `table` string
      - `name` string
      - `column` string

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
