---
title: "Get a single version snapshot"
method: GET
path: "/api/access-profiles/{id}/versions/{version}"
tags: ["Access Profiles"]
---

# Get a single version snapshot

`GET /api/access-profiles/{id}/versions/{version}`

## Path parameters

- `id` integer, required
- `version` integer, required

## Response `200`

Successful response

- object
  - `version` object
    - `id` integer
    - `access_profile_id` integer
    - `version` integer
    - `name` string
    - `description` string, nullable
    - `snapshot` string — JSON snapshot of the profile at this version.
    - `changed_by` string
    - `created_at` string, date-time

## Other responses

- `404` — Version not found
- `500` — Internal server error

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/versions/f8cab88f64ea/schema)
