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

Query Parameters

category
string | null

Filter by category (e.g. 'tools', 'policies', 'workflows').

Example:

"tools"

active_only
boolean
default:true

Exclude soft-deleted skills.

project_id
string | null

Filter to a single project.

name
string | null

Exact-match filter on skill name — a 200/empty-list existence probe (the detail page uses it instead of a guaranteed-404 GET).

limit
integer
default:100

Max results (1–500).

Required range: 1 <= x <= 500
offset
integer
default:0

Pagination offset.

Required range: x >= 0

Cookies

decimal_session
string | null

Response

Successful Response

skills
SkillSummary · object[]
required
total
integer
required

Total skills visible to the caller, after visibility filtering