cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/skills/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "b8e4d2a1-6f39-4c75-91d0-a3e7b5f18c62", "name": "Kubernetes", "isActive": true, "createdAt": "2025-04-22T10:15:33.472Z" }
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.