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

# List Skills

`GET /skills/v1`

Returns Skills in your workspace.

## Query parameters

- `limit` integer
- `cursor` string, uuid
- `query` string
- `slug` string

## Response `200`

Skills returned successfully

- ListSkillsResponse
  - `skills` Skill[], required
    - `id` string, uuid, required — Unique identifier for the Skill.
    - `name` string, required — Skill name.
    - `slug` string, required — Stable Skill slug.
    - `description` string, required — Description used to explain when the Skill should apply.
    - `instructions` string, required — Skill instructions.
    - `integrationIds` string[], required — Integration IDs attached to the Skill. Each integration must be enabled in your workspace.
    - `createdAt` string, date-time, required — ISO 8601 timestamp for Skill creation.
    - `updatedAt` string, date-time, required — ISO 8601 timestamp for the latest Skill update.
  - `nextCursor` string, uuid — Cursor for the next page, if more results are available.

## Other responses

- `400` — Invalid query parameter
- `401` — Invalid or missing API key
- `403` — Missing required scope or access
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.dev/langdock/apis/langdock-api.md) · [All operations](https://skmtc.dev/langdock/apis/langdock-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langdock/langdock-api/revisions/2520b65f6f2e/schema)
