---
title: "Get the latest version of a Agent"
method: GET
path: "/v0/agents/{name}"
---

# Get the latest version of a Agent

`GET /v0/agents/{name}`

## Path parameters

- `name` string, required

## Query parameters

- `namespace` string — Namespace (internal; defaults to 'default').

## Response `200`

OK

- Agent
  - `apiVersion` string, required
  - `kind` string, required
  - `metadata` ObjectMeta, required
    - `annotations` object
    - `createdAt` string, date-time
    - `deletionTimestamp` string, date-time
    - `labels` object
    - `name` string, required
    - `namespace` string
    - `uid` string
    - `updatedAt` string, date-time
    - `version` string
  - `spec` AgentSpec, required
    - `description` string
    - `framework` string
    - `language` string
    - `mcpServers` ResourceRef[], nullable
      - `kind` string, required
      - `name` string, required
      - `namespace` string
      - `version` string
    - `modelName` string
    - `modelProvider` string
    - `prompts` ResourceRef[], nullable
      - `kind` string, required
      - `name` string, required
      - `namespace` string
      - `version` string
    - `skills` ResourceRef[], nullable
      - `kind` string, required
      - `name` string, required
      - `namespace` string
      - `version` string
    - `source` AgentSource
      - `image` string
      - `repository` Repository
        - `subfolder` string
        - `url` string
    - `title` string
  - `status` Status
    - `conditions` Condition[], nullable
      - `lastTransitionTime` string, date-time
      - `message` string
      - `reason` string
      - `status` string, required
      - `type` string, required

## Other responses

- `default` — Error

## Changes

- **2026-05-07** `1f7dac4e4622` — 5 breaking
  - the response property `errors` became nullable for the status `default`
  - the response property `spec/mcpServers` became nullable for the status `200`
  - the response property `spec/prompts` became nullable for the status `200`
  - the response property `spec/skills` became nullable for the status `200`
  - …1 more
- **2026-05-06** `844352c0303e` — 1 info
  - added the optional property `metadata/uid` to the response with the `200` status
- **2026-05-01** `d53a127a9bd6` — 1 warning
  - removed the optional property `spec/telemetryEndpoint` from the response with the `200` status
- **2026-05-01** `606e5741f140` — 2 warning, 1 info
  - removed the optional property `spec/image` from the response with the `200` status
  - removed the optional property `spec/repository` from the response with the `200` status
  - added the optional property `spec/source` to the response with the `200` status
- **2026-04-30** `b845075e568d` — 6 warning
  - removed the optional property `spec/packages` from the response with the `200` status
  - removed the optional property `spec/readme` from the response with the `200` status
  - removed the optional property `spec/remotes` from the response with the `200` status
  - removed the optional property `spec/repository/id` from the response with the `200` status
  - …2 more

[Full history](https://skmtc.dev/agentregistry-dev/apis/agentregistry/changes/v0/agents/:name/get.md)

---

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