---
title: "Get Agent Version"
method: GET
path: "/api/v1/agents/{agent_name}/agent-versions/{agent_version_name}"
---

# Get Agent Version

`GET /api/v1/agents/{agent_name}/agent-versions/{agent_version_name}`

Retrieve an [agent version](https://app.voker.ai/docs/concepts/agents#agent-versions).

## Path parameters

- `agent_name` string, required
- `agent_version_name` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful Response

- AgentVersion — Represents an agent version. See [Agent Versions](https://app.voker.ai/docs/concepts/agents#agent-versions) for more information.
  - `agent_version_name` string, required — Unique identifier for the agent version within its agent.
  - `description` string, nullable
  - `agent_version_number` integer, required — Unique number assigned to the agent version within its agent.
  - `created_at` string, date-time, required
  - `deprecated_at` string, date-time, nullable

## Other responses

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

---

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