---
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
        - `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

---

[API](https://skmtc.net/agentregistry-dev/apis/agentregistry.md) · [All operations](https://skmtc.net/agentregistry-dev/apis/agentregistry/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentregistry-dev/agentregistry/versions/6f729cacb3b7/schema)
