> ## Documentation Index
> Fetch the complete documentation index at: https://docs.whop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# App

An App is software you build on Whop. It can be a hosted web app served at `<route>.whop.app` or an API integration installed as an experience, and it belongs to the account that owns its credentials, settings, builds, and runtime logs.

Use the Apps API to manage app configuration and, for hosted apps, read server runtime logs for console output, uncaught exceptions, and failed requests. Logs are retained for 7 days and can be filtered by build, level, time window, and message text.

## Endpoints

| Endpoint                                                | Request                                                            |
| ------------------------------------------------------- | ------------------------------------------------------------------ |
| [List App Logs](/api-reference/beta/apps/list-app-logs) | <Badge color="blue" size="sm" stroke>GET</Badge> `/apps/{id}/logs` |
