---
title: "List Apps"
method: GET
path: "/v1/hosting/apps"
tags: ["hosting"]
---

# List Apps

`GET /v1/hosting/apps`

## Response `200`

Successful Response

- HostingAppListResponse
  - `apps` HostingAppListItem[], required
    - `id` string, required
    - `status` string, required
    - `url` string, nullable
    - `updatedAt` string, date-time, required
    - `projectName` string, required
    - `latestDeploymentId` string, nullable
    - `summary` string, nullable
    - `framework` string, nullable
    - `runtime` string, nullable
    - `workspacePath` string, nullable
    - `workspaceRelativePath` string, nullable
    - `createdAt` string, date-time, required
    - `deploymentCount` integer
    - `visibility` string
    - `projectListingStatus` string, nullable
    - `isLive` boolean
    - `statusSource` string

---

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