---
title: "List Skills"
method: GET
path: "/v2/teams/{teamId}/skills"
tags: ["Skills"]
---

# List Skills

`GET /v2/teams/{teamId}/skills`

List all skills for the current team, including system skills.

## Path parameters

- `teamId` string, required

## Response `200`

Default Response

- object
  - `skills` object[], required — Skills available to the current team (team and system skills)
    - `id` string, uuid, required — Unique skill identifier
    - `name` string, required — Human-readable skill name
    - `description` string, required — Short summary of what the skill does
    - `team_id` string, uuid, nullable, required — ID of the team that owns the skill, or null for system skills
    - `updated_at` string, required — ISO timestamp of the last update
    - `updated_by_user_id` string, nullable, required — User ID of the last person who updated the skill
    - `updated_by_user_name` string, nullable, required — Display name of the last person who updated the skill (falls back to email)
    - `source` 'browser' | 'computer_use', nullable, required — How the skill was created: 'browser' or 'computer_use' if generated from a recording, otherwise null (created/uploaded)
    - `computer_use_backend` 'rdp' | 'sandbox', nullable, required — For computer-use skills, the backend it was recorded on: 'rdp' (Remote Desktop) or 'sandbox' (Duvo sandbox); null for other skills. Used to warn about backend mismatches at build time.

## Other responses

- `401` — Default Response
- `403` — Default Response
- `500` — Default Response

---

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