---
title: "Get AI skills, functions, and disabled items"
method: GET
path: "/v1/ai/skills-and-functions"
tags: ["AI Management"]
---

# Get AI skills, functions, and disabled items

`GET /v1/ai/skills-and-functions`

Returns all registered AI skills and functions with their disabled status, plus stop list entries that do not correspond to any registered entity. Requires MANAGE_AI_SKILLS or USE_AI_ASSISTANT access right.

## Response `200`

Skills, functions, and disabled extras retrieved successfully

- object
  - `skills` object[]
    - `name` string
    - `description` string
    - `disabled` boolean
    - `supportsDelegation` boolean
    - `defaultMode` 'loaded' | 'delegated'
  - `functions` object[]
    - `name` string
    - `description` string
    - `disabled` boolean
    - `parameters` object[]
      - `name` string
      - `type` 'string' | 'integer' | 'number' | 'boolean' | 'array' | 'object' — JSON schema type of the parameter
      - `description` string
  - `disabledExtras` object[]
    - `type` 'S' | 'F'
    - `name` string

## Other responses

- `401` — Unauthorized
- `403` — Insufficient access rights

## Changes

- **2026-09-04** `d95e9a81f256` — 6 warning, 1 info
  - added the new `array` enum value to the `functions/items/parameters/items/type` response property for the response status `200`
  - added the new `boolean` enum value to the `functions/items/parameters/items/type` response property for the response status `200`
  - added the new `integer` enum value to the `functions/items/parameters/items/type` response property for the response status `200`
  - added the new `number` enum value to the `functions/items/parameters/items/type` response property for the response status `200`
  - …3 more

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/ai/skills-and-functions/get.md)

---

[API](https://skmtc.dev/netxms/apis/netxms-api.md) · [All operations](https://skmtc.dev/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc.dev/netxms/apis/netxms-api/revisions/c87f37318fa9?raw)
