---
title: "List apps"
description: "Return the signed-in account's apps that have not been deleted."
---

Return the signed-in account&#39;s apps that have not been deleted.

## GET `/api/apps`

Requires a bearer token minted in the console under Settings → API tokens, or the token the CLI saves after sign-in. Deleted apps are omitted. The complete public contract is the generated OpenAPI document; this page exists so search can index a representative operation without relying on the client-rendered Scalar panel.

Authentication: bearer token in the `Authorization` header.

## Responses

- `200` — JSON array of apps owned by the caller.
- `401` — Missing or invalid bearer token.

Download this page as [Markdown](/downloads/markdown/api/list-apps.md) or the OpenAPI document as [JSON](/downloads/openapi.public.json).
