---
title: "Get Skill Source Status"
method: GET
path: "/api/skills/{skill_ref}/source-status"
---

# Get Skill Source Status

`GET /api/skills/{skill_ref}/source-status`

## Path parameters

- `skill_ref` string, required

## Response `200`

Successful Response

- SkillSourceStatusResponse
  - `updateStatus` 'update_available' | 'no_update_available' | 'no_source_available' | 'local_changes_detected', nullable, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-04-25** `23fa7e0a19ae` — 1 info
  - added the required property `updateStatus` to the response with the `200` status
- **2026-04-17** `a9787ab8c53c` — 1 breaking
  - removed the required property `updateStatus` from the response with the `200` status

[Change history](https://skmtc.dev/mode-io/apis/skill-manager/changes/api/skills/:skill_ref/source-status/get.md)

---

[API](https://skmtc.dev/mode-io/apis/skill-manager.md) · [All operations](https://skmtc.dev/mode-io/apis/skill-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mode-io/skill-manager/revisions/a2b29a5aa8b4/schema)
