cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/skills/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "7c3e1a84-f592-4d06-b8e3-0a1f2c9d5e47", "name": "PowerBI", "isActive": true, "createdAt": "2025-11-17T20:32:38.404Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The skill uuid.
uuid
200
The unique identifier for the object.
The name of the skill.
Whether the skill is active.
The timestamp when the object was created.