Skip to main content
POST
Error

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

skill_id
string<uuid>
required
version_id
string<uuid>
required
workspace_id
string<uuid>
required

Response

Successful Response

Minimal response model for listing workspace skills.

slug is the late-binding handle every skill API accepts; list responses must expose it so callers never have to guess it from name (names are not unique — slugs are, per live row).

id
string<uuid>
required
workspace_id
string<uuid>
required
name
string
required
slug
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
current_version_id
string<uuid> | null
deleted_at
string<date-time> | null