---
title: "Search for Skills"
method: GET
path: "/skill-search"
---

# Search for Skills

`GET /skill-search`

Partial keys are acceptable and will attempt autocompletes, example: `?q=py` will return `python`. `Limit` is optional; default is 10.
> No results found will not return a 404, but just an empty results array.

## Query parameters

- `q` string, required
- `limit` number

## Response `200`

- unknown

## Other responses

- `400`

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/revisions/fc66b9877391/schema)
