---
title: "ListSkillVersions"
method: GET
path: "/v2/skills/{skill_id}/versions"
tags: ["beta.skills"]
---

# ListSkillVersions

`GET /v2/skills/{skill_id}/versions`

ListSkillVersions

## Path parameters

- `skill_id` string, required

## Response `200`

Success

- ListSkillVersionsResponse
  - `data` SkillVersion[]
    - `version` integer
    - `definition` SkillDefinition — Versioned skill content.
      - `description` string — Model-facing trigger and usage description.
      - `body` string — Skill body content.
      - `assets` object — Additional files available to the skill.
    - `notes` string — Notes for this version.
    - `aliases` string[] — Aliases pointing to this version.
    - `createdAt` string, date-time — RFC 3339 timestamp.

---

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