List Dataset Skills
Return the skills available in an authorized dataset, with publisher metadata.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Dataset UUID to scope the skills to. List your datasets via GET /api/v1/datasets to find it.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Include skills whose is_active flag is false.
Max skills to return.
1 <= x <= 1000Number of skills to skip.
x >= 0Response
Successful Response
Stable skill identifier.
Skill name.
Short summary for routing.
Publishing company / team that maintains the skill.
Maintainer homepage or repo URL.
Skill version string.
Free-form category tags.
License identifier.
Tools the skill is allowed to use.
Dataset UUIDs this skill is scoped to.
Whether the skill is active for routing.
Source repository URL, when known.
On-disk source directory.