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

# List Apps

`GET /v1/apps`

List apps and their environments.

## Response `200`

Successful Response

- ListAppsResponse
  - `data` AppItem[], required — List of apps
    - `id` integer, required — App ID
    - `name` string, required — App name
    - `framework` string, required — Framework
    - `client_id` string, uuid, required — Client ID
    - `envs` AppEnvItem[], required — List of environments.
      - `id` integer, required — Environment ID
      - `name` string, required — Environment name
      - `created_at` string, date-time, required — Date and time of environment creation.
      - `last_sync_at` string, date-time, nullable, required — Date and time of the last sync of this environment.
    - `created_at` string, date-time, required — Date and time of app creation.

---

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