---
title: "Get version details"
method: GET
path: "/v1/apps/{app_id}/versions/{version}"
tags: ["Apps"]
---

# Get version details

`GET /v1/apps/{app_id}/versions/{version}`

Return full details for a specific version including asset manifest and source files.

## Path parameters

- `app_id` string, required
- `version` integer, required — Version number

## Response `200`

Successful Response

- VersionDetailResponse — Full detail for a single version.
  - `version` integer, nullable
  - `s3_version_id` string, nullable
  - `asset_prefix` string, nullable
  - `asset_manifest` object, nullable
  - `deployed_by` string, nullable
  - `deployed_at` string, nullable
  - `environment` string, nullable
  - `build_duration_ms` integer, nullable
  - `message` string, nullable
  - `source_files` object, nullable
  - `git_commit_sha` string, nullable — Git commit SHA
  - `git_commit_message` string, nullable — Git commit message
  - `git_author` string, nullable — Git commit author
  - `is_active` object — Which environments this version is currently deployed to

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

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