Skip to main content
GET
/
skillsets
/
{id}
Get Skillset Details
curl --request GET \
  --url https://api.ever.day/skillsets/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "skills": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "type": "KNOWLEDGE",
      "requiredRevel": 4
    }
  ]
}

Authorizations

x-api-key
string
header
required

Include your API key in the x-api-key header to authenticate requests.

Path Parameters

id
string
required

The unique identifier of the skillset.

Response

Skillset details retrieved successfully.

id
string
name
string
description
string
skills
object[]

A list of skills included in the skillset.