v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Skill

Get All Skills (Deprecated)

This endpoint retrieves all skills for the current organization. This is a legacy endpoint. Please use /organization-skills instead. <h3>Required Scope</h3>skill:read

get/api/v2/skills

Query parameters

limitinteger

The maximum number of skills to display per page. A maximum of 1000 is allowed.

nextstring

Retrieves the next batch of skills. This value expires after 2 minutes if a request has not been made during that time.

Response

Success

Example response

{
  "data": [
    {
      "meta": {
        "skill-proficiency": "Intermediate"
      }
    }
  ]
}