Skip to main content
GET
Python SDK

Authorizations

Authorization
string
header
required

Enter your API key (e.g. dai_sk_test_key_001)

Headers

Authorization
string
X-Workspace-Id
string | null

Path Parameters

skill_name
string
required

The skill's slug-style name (lowercase, hyphens/underscores).

Example:

"search-flights"

Cookies

decimal_session
string | null

Response

Successful Response

Full skill record returned by GET /api/v1/skills/{skill_name}.

id
string
required
name
string
required
stability
string
required
is_active
boolean
required
visibility
string
required
can_edit
boolean
required
can_share
boolean
required

Stricter than can_edit; required to publish or transfer

display_name
string | null
description
string | null
category
string | null
trigger_phrases
string[] | null
embedding_model
string | null
embedding_dimensions
integer | null
latest_version
SkillVersionInfo · object | null
created_at
string | null
source_type
string | null
source_url
string | null
license
string | null
license_spdx
string | null
compatibility
string | null
allowed_tools
string[]
privacy_statement_url
string | null
data_handling_summary
string | null
safety_status
string | null
safety
Safety · object | null
safety_scan
Safety Scan · object | null
intent_review
Intent Review · object | null
content_status
string | null
content_review
Content Review · object | null
skill_safety
string | null
last_updated_at
string | null

last_synced_at for imported skills, else created_at

owner
SkillOwner · object | null
forked_from_skill_id
string | null
activation_count
integer
default:0
effectiveness_score
number | null
pass_rate
number | null
success_rate
number | null
trend
string | null