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

# List skills with optional filters

`GET /api/skills`

Returns skills WITHOUT the heavy `content` (full SKILL.md) by default — list views never render it. Pass `fields=full` to include `content` (e.g. for SDK consumers that read it from the list).

## Query parameters

- `type` string
- `scope` string
- `agentId` string
- `enabled` string
- `search` string
- `fields` 'full' | 'slim'

## Response `200`

Skill list

---

[API](https://skmtc.dev/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/revisions/4f62e32be8ec?raw)
