---
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
    - `iconUrl` 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
      - `protocol` 'A2A' | 'HTTP'
      - `repository` Repository
        - `branch` string
        - `commit` string
        - `credentialsRef` LocalSecretReference
          - `name` string, required
        - `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

> 53 revisions in range; 3 could not be searched.

- **2026-08-04** `efe6438524aa` — 1 info
  - added the optional property `spec/iconUrl` to the response with the `200` status
- **2026-08-03** `2ae9fab6bde4` — 1 info
  - added the optional property `spec/source/protocol` to the response with the `200` status
- **2026-07-30** `056ffcb14755` — 2 info
  - added the optional property `spec/modelName` to the response with the `200` status
  - added the optional property `spec/modelProvider` to the response with the `200` status
- **2026-07-29** `0b524c0aa4ed` — 2 warning
  - removed the optional property `spec/modelName` from the response with the `200` status
  - removed the optional property `spec/modelProvider` from the response with the `200` status
- **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

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