Skip to content

List Skill Collections

GET
/api/v3/organizations/{organisation}/ai/skills/collections
curl --request GET \
--url https://dashboard.quantcdn.io/api/v3/organizations/example/ai/skills/collections \
--header 'Authorization: Bearer <token>'

Lists distinct namespaces (collections) for the organization, with skill counts and skill names for each collection.

organisation
required
string

The organisation ID

Collections retrieved successfully

Media typeapplication/json
object
collections
Array<object>
object
namespace
string
count
integer
skills
Array<string>
Example
{
"collections": [
{
"namespace": "superpowers",
"count": 14
}
]
}

Access denied

Failed to retrieve collections