Skip to main content
GET
List Skills
Using our API via a dedicated deployment? Just replace api.langdock.com with your deployment’s base URL: <deployment-url>/api/public
Returns Skills in your workspace. Use query parameters to paginate, search, or filter by slug.

Required Scopes

This endpoint requires the SKILL_API scope.

Query Parameters

Example

Response Format

Success Response (200 OK)

Example Response

Error Handling

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.

Authorizations

Authorization
string
header
required

API key as Bearer token. Format "Bearer YOUR_API_KEY"

Query Parameters

limit
integer
default:50

Number of Skills to return.

Required range: 1 <= x <= 250
cursor
string<uuid>

Cursor from the previous response for pagination.

query
string

Search query for matching Skills.

slug
string

Filter by Skill slug.

Maximum string length: 100
Pattern: ^[a-z0-9-]+$

Response

Skills returned successfully

skills
object[]
required
nextCursor
string<uuid>

Cursor for the next page, if more results are available.