---
title: "Get Version"
method: GET
path: "/versions/{platform}"
tags: ["versions"]
---

# Get Version

`GET /versions/{platform}`

Get the version information for a specific platform.

Args:
    platform: The platform type (ios/android) to get version for.

Returns:
    Version information if found, None otherwise.

## Path parameters

- `platform` string, required

## Response `200`

Successful Response

- Version
  - `id` string, uuid, required — Unique identifier for the version.
  - `platform` 'ios' | 'android', required
  - `version` string, required — Version number of the app.
  - `created_at` string, date-time — Timestamp of when the version was created.
  - `updated_at` string, date-time, nullable — Timestamp of when the version was last updated.

## Other responses

- `404` — Not found
- `422` — Validation Error

---

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