---
title: "Retrieve all apps"
method: GET
path: "/public_api/airops_apps"
tags: ["Apps"]
---

# Retrieve all apps

`GET /public_api/airops_apps`

Returns all the **apps**.

## Response `200`

Apps found

- App[]
  - `id` integer
  - `name` string
  - `description` string
  - `background_color` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `active_version_id` integer
  - `emoji` string
  - `public` boolean
  - `uuid` string
  - `readme` string

## Other responses

- `401` — Authentication error

---

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