---
title: "Get Version"
method: GET
path: "/api/v1/apps/{app_id}/versions/{version_id}"
tags: ["apps"]
---

# Get Version

`GET /api/v1/apps/{app_id}/versions/{version_id}`

Get a single version with full detail (including files).

Source files / css / imports live in S3 (``v{N}/``) now, not on the row —
we read them back here so the response shape is unchanged for the FE.

## Path parameters

- `app_id` string, uuid, required
- `version_id` string, uuid, required

## Response `200`

Successful Response

- AppVersionDetail
  - `id` string, uuid, required
  - `app_id` string, uuid, required
  - `version_number` integer, required
  - `status` string, required
  - `label` string, nullable, required
  - `bundle_url` string, nullable, required
  - `error_message` string, nullable, required
  - `created_by` string, uuid, nullable, required
  - `created_at` string, date-time, required
  - `files` object[], nullable, required
  - `bundle_css` string, nullable, required
  - `bundle_imports` string[], nullable, required
  - `generation_context` object, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/netter/apis/dmi-backend.md) · [All operations](https://skmtc.net/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netter/dmi-backend/versions/a59877bf911b/schema)
