---
title: "List saved prompts"
method: GET
path: "/v1/ai/saved-prompts"
tags: ["AI Saved Prompts"]
---

# List saved prompts

`GET /v1/ai/saved-prompts`

Retrieve all saved AI assistant prompts for the current user.

## Response `200`

List of saved prompts

- AiSavedPrompt[]
  - `id` integer — Unique prompt identifier
  - `name` string — Display name for the saved prompt
  - `description` string, nullable — Optional description
  - `promptText` string, nullable — The prompt text

## Other responses

- `403` — Insufficient access rights

## Changes

- **2026-06-10** `30e75dc6a94c` — 1 breaking
  - the response property `items/promptText` became nullable for the status `200`

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/ai/saved-prompts/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-service-production.skmtc.workers.dev/v1/apis/netxms/netxms-api/revisions/33e22ed0a8a5/schema)
