Skip to main content
GET
List skills

Authorizations

Authorization
string
header
required

Your DUST API key is a Bearer token.

Path Parameters

wId
string
required

Unique string identifier for the workspace

Query Parameters

status
enum<string>

Filter skills by status. Defaults to active.

Available options:
active,
archived,
suggested
availability
enum<string>[]

Filter skills by availability. Repeatable to match several values. Unpublished (editors) skills are only returned when bypassEditorVisibility is set.

Available options:
editors,
workspace_users,
users_and_agents
bypassEditorVisibility
boolean

When true, also return unpublished (editors) skills. Requires an admin API key.

Response

Skills available in the workspace.

skills
object[]