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

# List skills

`GET /skills`

Returns a list of skills. Uses cursor pagination.

## Query parameters

- `limit` integer
- `cursor` string
- `searchQuery` string

## Response `200`

Successfully retrieved skills. Returns items array with pagination info containing cursor for the next page.

- GetSkillsResponseDto — unresolved $ref

## Other responses

- `400` — Bad request - invalid query parameters (e.g., limit out of range)
- `401` — Unauthorized - invalid or missing authentication
- `500` — Error response

---

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