---
title: "Get all apps for authenticated user"
method: GET
path: "/apps"
tags: ["Apps"]
---

# Get all apps for authenticated user

`GET /apps`

## Response `200`

List of apps with their info

- AppResponse[]
  - `app` App
    - `user_id` string, uuid
    - `id` string, uuid
    - `ram` integer
    - `name` string
    - `is_app` boolean
    - `blocked_until` string, date-time, nullable
    - `setup` boolean
    - `created_at` string, date-time, nullable
    - `last_setup_at` string, date-time, nullable
    - `vcpu` integer
    - `language` 'python' | 'node' | 'java' | 'go' | 'csharp' | 'php' | 'static' | 'unknown'
    - `version` 'recommended' | 'latest'
    - `subdomain` string
    - `entrypoint` string
    - `description` string
    - `custom_command` string
    - `custom_domain` string
  - `project_info` ProjectInfo
    - `ram` number[]
    - `vcpu` number[]
    - `storage` integer
    - `network_receive` number[]
    - `network_send` number[]
  - `status` 'not_found' | 'pending' | 'running' | 'stopped'

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/shardcloud/apis/cloud-website-api.md) · [All operations](https://skmtc.dev/shardcloud/apis/cloud-website-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shardcloud/cloud-website-api/revisions/7fe2fc6c24d7/schema)
