---
title: "Get the latest Skill"
method: GET
path: "/v0/skills/{name}"
---

# Get the latest Skill

`GET /v0/skills/{name}`

## Path parameters

- `name` string, required

## Query parameters

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

## Response `200`

OK

- Skill
  - `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` SkillSpec, required
    - `description` string
    - `iconUrl` string
    - `source` SkillSource
      - `repository` Repository
        - `branch` string
        - `commit` string
        - `credentialsRef` LocalSecretReference
          - `name` string, required
        - `subfolder` string
        - `url` string
    - `title` string
  - `status` SkillStatus
    - `conditions` Condition[], nullable
      - `lastTransitionTime` string, date-time
      - `message` string
      - `reason` string
      - `status` string, required
      - `type` string, required
    - `details` unknown
    - `resolvedSource` SkillResolvedSource
      - `commit` string

## Other responses

- `default` — Error

## Changes

- **2026-08-20** `1c78ed1aace9` — 1 info
  - added the optional property `spec/source/repository/credentialsRef` to the response with the `200` status
- **2026-08-04** `efe6438524aa` — 1 info
  - added the optional property `spec/iconUrl` to the response with the `200` status
- **2026-07-01** `32b14abfd174` — 1 info
  - added the optional property `status/resolvedSource` 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

[Full history](https://skmtc.dev/agentregistry-dev/apis/agentregistry/changes/v0/skills/: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)
