---
title: "List Agent Profile Versions"
method: GET
path: "/v1/interview-agents/{agent_id}/versions"
tags: ["interview-agents"]
---

# List Agent Profile Versions

`GET /v1/interview-agents/{agent_id}/versions`

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Successful Response

- AgentProfileVersionsOut
  - `versions` AgentProfileVersionOut[], required
    - `id` string, uuid, required
    - `agent_profile_id` string, uuid, required
    - `workspace_id` string, uuid, required
    - `version_number` integer, required
    - `snapshot` object, required
    - `change_summary` string, nullable
    - `created_by` string, nullable
    - `created_by_name` string, nullable
    - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
