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

# GET /v1/skills

`GET /v1/skills`

## Query parameters

- `limit` integer
- `after` string
- `order` string

## Response `200`

Success

- SkillList — A list of hosted skills.
  - `data` Skill[], required — A list of skills.
    - `created_at` integer, required — Unix timestamp (seconds) for when the skill was created.
    - `default_version` string, required — Default version for the skill. Currently always `"1"`.
    - `description` string, required — Description extracted from `SKILL.md` frontmatter.
    - `id` string, required — Unique identifier for the skill.
    - `latest_version` string, required — Latest version for the skill. Currently always `"1"`.
    - `name` string, required — Skill name extracted from `SKILL.md` frontmatter.
    - `object` string, required — The object type, which is always `"skill"`.
  - `first_id` string, required — The ID of the first item in the list.
  - `has_more` boolean, required — Whether there are more items available.
  - `last_id` string, required — The ID of the last item in the list.
  - `object` string, required — The object type, which is always `"list"`.

---

[API](https://skmtc.net/x/apis/xai-s-rest-api.md) · [All operations](https://skmtc.net/x/apis/xai-s-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/x/xai-s-rest-api/revisions/8f6014272113/schema)
