---
title: "Get all Apps"
method: GET
path: "/apps"
---

# Get all Apps

`GET /apps`

Gets a list of all apps on the account

## Query parameters

- `count` boolean
- `folder_id` string

## Response `200`

200

- object[]
  - `account_id` string
  - `arguments` string
  - `created_at` number
  - `folder_id` string
  - `id` string
  - `label` string
  - `type` string
  - `updated_at` number

---

[API](https://skmtc.net/telemetrytv/apis/user-api.md) · [All operations](https://skmtc.net/telemetrytv/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/telemetrytv/user-api/versions/057a0b968aea/schema)
