---
title: "Get App Versions"
method: GET
path: "/app-versions/"
tags: ["App Versions"]
---

# Get App Versions

`GET /app-versions/`

Get all app versions, sorted by creation date (newest first).

## Response `200`

Successful Response

- AppVersionResponse[]
  - `version` string, required
  - `platform` string, required
  - `is_breaking` boolean, required
  - `notes` string, nullable
  - `created_at` string, date-time, required

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/8d495ed916c6/schema)
