Skip to main content
GET
List a skill's immutable version history

Authorizations

Authorization
string
header
required

A Recursion API key, created in the console under API keys.

Path Parameters

skill_id
string<uuid>
required

Skill id (UUID) as returned by createSkill or listSkills.

Response

Response body of GET /v1/skills/{skill_id}/versions. Versions are immutable snapshots of the document: pin one on an agent to keep what its sessions run under fixed. Instructions are omitted here and returned when reading a single version.

Response body of GET /v1/skills/{skill_id}/versions. Versions are immutable snapshots of the document: pin one on an agent to keep what its sessions run under fixed. Instructions are omitted here and returned when reading a single version.

skill_versions
object[] | null
required

Every published version of the requested skill, newest first.