---
title: "获取团队 Skill 列表"
method: GET
path: "/api/v1/teams/skills"
tags: ["【Team 管理员】Skill 管理"]
---

# 获取团队 Skill 列表

`GET /api/v1/teams/skills`

## Response `200`

成功

- object
  - `code` integer
  - `data` DomainListTeamSkillsResp
    - `skills` DomainTeamSkill[]
      - `active_version` string
      - `categories` string[]
      - `content` string — SKILL.md 文本,从 active version 当时入库时记录
      - `created_at` integer
      - `description` string
      - `enabled` boolean
      - `groups` DomainSkillGroupRef[]
        - `id` string
        - `name` string
      - `id` string
      - `is_force_delivery` boolean
      - `name` string
      - `s3_key` string
      - `skill_md_path` string
      - `source_label` string
      - `source_type` string
      - `tags` string[]
      - `updated_at` integer
  - `message` string

## Other responses

- `401` — 未授权
- `500` — 服务器内部错误

---

[API](https://skmtc.net/chaitin/apis/untitled-api.md) · [All operations](https://skmtc.net/chaitin/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaitin/untitled-api/revisions/5a5929cb17f2/schema)
