Get a Skill
Skills API
Get Skill
Retrieve a Skill by ID from your workspace
GET
Get a Skill
Using our API via a dedicated deployment? Just replace
api.langdock.com with your deployment’s base URL: <deployment-url>/api/publicRequired Scopes
This endpoint requires theSKILL_API scope.
Requires viewer access to the Skill.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
skillId | string | Yes | UUID of the Skill to retrieve. |
Example
Response Format
Success Response (200 OK)
Error Handling
| Status Code | Description |
|---|---|
| 400 | Invalid Skill ID format |
| 401 | Invalid or missing API key |
| 403 | Missing SKILL_API scope or Skills product access |
| 404 | Skill not found or not accessible |
| 429 | Rate limit exceeded |
| 500 | Internal server error |
Langdock intentionally blocks browser-origin requests to protect your API key and ensure your applications remain secure. For more information, please see our guide on API Key Best Practices.