Search skills
GET /api/v1/skills/search
Search / list available global and user-level skills. Returns skill metadata so the frontend can render a toggle list.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
page_id | query | `string | null` | no |
limit | query | integer | no | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
items | SkillInfo[] | yes | — |
next_page_id | `string | null` | no |
Operation ID: search_skills_api_v1_skills_search_get