---
title: "Generate app statistics"
method: GET
path: "/stats/apps"
---

# Generate app statistics

`GET /stats/apps`

Generates current statistics about apps

## Query parameters

- `environment` string — The environment to filter the statistics by. If not provided, statistics for all environments will be returned.

## Response `200`

OK

- GenerateAppStatisticsResponse
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `statistics` AppStatistics, required
    - `all_apps` integer, required
    - `disabled_apps` integer, required
    - `healthy_apps` integer, required
    - `running_apps` integer, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/tower/apis/tower-api.md) · [All operations](https://skmtc.net/tower/apis/tower-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tower/tower-api/revisions/0e42b0fb26d9/schema)
