Skip to content
Primary navigation

Download a skill version zip bundle.

$ openai skills:versions:content retrieve
GET/skills/{skill_id}/versions/{version}/content

Download a skill version zip bundle.

ParametersExpand Collapse
--skill-id: string

The identifier of the skill.

--version: string

The skill version number.

ReturnsExpand Collapse
unnamed_schema_5: file path

Download a skill version zip bundle.

openai skills:versions:content retrieve \
  --api-key 'My API Key' \
  --skill-id skill_123 \
  --version version
Returns Examples