Skip to content

List skills (LLM + API) for the caller's org

GET
/skills

List skills owned by the org. When runtime_type is omitted we make two voice calls (one for llm, one for api) and merge the results, so the public surface always returns just the two allowed runtimes and never leaks workflows/scripts even if voice’s filter logic drifts.

Authorizations

Parameters

Query Parameters

runtime_type
Any of:
string
/^(llm|api)$/

Filter to a single runtime (llm or api). Omit to see both.

enabled
Any of:
boolean

Filter by enabled flag.

category
Any of:
string

Filter by category.

object_type
Any of:
string
/^(Company|Contact|Deal|Campaign)$/

Filter by entity type the skill targets.

include_system

Include shared system-default skills alongside org-owned ones.

boolean
default: true

Include shared system-default skills alongside org-owned ones.

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
key
additional properties
any

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string