---
title: "List version snapshots for an access profile"
method: GET
path: "/api/access-profiles/{id}/versions"
tags: ["Access Profiles"]
---

# List version snapshots for an access profile

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

## Path parameters

- `id` integer, required

## Response `200`

Successful response

- object
  - `versions` 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

- `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/revisions/f8cab88f64ea/schema)
