Skip to main content
GET
Get Skill Collection
Fetch a skill collection by UUID, collection name, or root path.

Behavior Notes

  • Use format=zip to download the selected version as a ZIP archive.
  • Omit format to receive the JSON payload shown in the generated response schema.
  • Use version or label to pin the response to a specific saved version.

Authorizations

X-API-KEY
string
header
required

Path Parameters

identifier
string
required

Skill collection UUID, name, or root_path.

Query Parameters

format
enum<string>

Omit this parameter for JSON, or use zip for an archive download.

Available options:
zip
label
string

Fetch a version pinned by release label. Mutually exclusive with version.

version
integer

Fetch a specific version number. Mutually exclusive with label.

Required range: x >= 1

Response

JSON payload or ZIP archive.

success
enum<boolean>
required
Available options:
true
skill_collection
object
required

A skill collection container in the public API.

files
object
required
version
object | null
required

A saved version of a skill collection.