---
title: "Get Skill"
method: GET
path: "/api/skills/{skill_id}"
tags: ["skills"]
---

# Get Skill

`GET /api/skills/{skill_id}`

## Path parameters

- `skill_id` string, uuid, required

## Response `200`

Successful Response

- SkillCardResponse — Bounded Skill discovery metadata — no instructions body.
  - `id` string, uuid, required
  - `name` string, required
  - `description` string, required
  - `scope` 'system' | 'workspace', required
  - `version` string, required
  - `trust` 'system' | 'workspace' | 'untrusted', required
  - `affordances` string[], required
  - `resources_available` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.net/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qredence/fleet-rlm/revisions/c47be4a3f07e/schema)
