---
title: "List Skills"
method: GET
path: "/api/skills"
tags: ["skills"]
---

# List Skills

`GET /api/skills`

List SkillCards authorized for the caller (metadata only).

## Query parameters

- `q` string, nullable — Optional ranking query

## Response `200`

Successful Response

- SkillCardResponse[]
  - `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/c1023e1ee5f5/schema)
