---
title: "Get Project Version"
method: GET
path: "/api/v1/projects/{project_id}/versions/{project_version_id}"
tags: ["Versions"]
---

# Get Project Version

`GET /api/v1/projects/{project_id}/versions/{project_version_id}`

## Path parameters

- `project_id` string, uuid, required — The unique identifier of the project
- `project_version_id` string, uuid, required — The unique identifier of the project version

## Response `200`

Successful Response

- ProjectVersionCard
  - `project_version_id` string, uuid, required — The unique identifier of the project version
  - `version_number` integer, required
  - `project_id` string, uuid, required — The unique identifier of the project
  - `organization_id` string, required — The ID of an organization in Rebolt.
  - `title` string, required — The title of the project version, used to identify it in the web UI
  - `created_by` ReducedUserProfile, required
    - `user_id` string, required
    - `first_name` string, required
    - `last_name` string, required
    - `email` string, required
    - `avatar_url` string, nullable, required
    - `is_deleted` boolean, required
  - `preview_image` StaticAsset — Represents a static asset like an image or a file.
    - `url` string, nullable
    - `file_path` string, path, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rebolt/apis/fastapi.md) · [All operations](https://skmtc.dev/rebolt/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rebolt/fastapi/revisions/ee5884f323f3/schema)
