Skip to main content
GET
Get Skill Counts
Returns the total document count for each skill collection — master skills, sub-skills, and individual skills. Useful for verifying that a data import went through or just keeping an eye on how the catalogue is growing. This is an admin-only route. You’ll need to pass your API key.

Headers

string
required
Your admin API key. Set this via the ADMIN_API_KEY environment variable on the server.

Response

integer
How many top-level skill domains exist
integer
How many sub-skill categories exist across all master skills
integer
How many individual skills are in the catalogue in total

Examples


Don’t use your real ADMIN_API_KEY value in client-side code or paste it into public chat logs. Treat it like a password.