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

# Get the latest 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
    - `tag` string
    - `uid` string
    - `updatedAt` string, date-time
  - `spec` AgentSpec, required
    - `compatibleHarnesses` HarnessCompatibility[], nullable
      - `type` string, required
    - `description` string
    - `instructions` ResourceRef
      - `kind` string, required
      - `name` string, required
      - `namespace` string
      - `tag` string
    - `mcpServers` ResourceRef[], nullable
      - `kind` string, required
      - `name` string, required
      - `namespace` string
      - `tag` string
    - `modelName` string
    - `modelProvider` string
    - `plugins` ResourceRef[], nullable
      - `kind` string, required
      - `name` string, required
      - `namespace` string
      - `tag` string
    - `skills` ResourceRef[], nullable
      - `kind` string, required
      - `name` string, required
      - `namespace` string
      - `tag` string
    - `source` AgentSource
      - `image` string
      - `repository` Repository
        - `branch` string
        - `commit` string
        - `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
    - `details` unknown

## Other responses

- `default` — Error

## Changes

- **2026-07-01** `32b14abfd174` — 4 info
  - added the optional property `spec/compatibleHarnesses` to the response with the `200` status
  - added the optional property `spec/instructions` to the response with the `200` status
  - added the optional property `spec/plugins` to the response with the `200` status
  - added the optional property `spec/skills` to the response with the `200` status
- **2026-05-21** `2405fa410fce` — 1 warning, 1 info
  - removed the optional property `status/raw` from the response with the `200` status
  - added the optional property `status/details` to the response with the `200` status
- **2026-05-21** `54fc2c423f6b` — 1 info
  - added the optional property `status/raw` to the response with the `200` status
- **2026-05-12** `43bc4c5bd46a` — 2 info
  - added the optional property `spec/source/repository/branch` to the response with the `200` status
  - added the optional property `spec/source/repository/commit` to the response with the `200` status
- **2026-05-11** `fde81ad37999` — 4 warning
  - removed the optional property `spec/framework` from the response with the `200` status
  - removed the optional property `spec/language` from the response with the `200` status
  - removed the optional property `spec/prompts` from the response with the `200` status
  - removed the optional property `spec/skills` from the response with the `200` status

[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/ff92c159fb63/schema)
