---
title: "Get A I Prompts"
method: GET
path: "/api/v1/ai/prompts"
tags: ["AI completions"]
---

# Get A I Prompts

`GET /api/v1/ai/prompts`

## Response `200`

AI prompts retrieved successfully

- AIPromptListResponse
  - `status` string
  - `data` AIPrompt[]
    - `id` integer — Unique prompt ID
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `key` string — Unique key identifier for the prompt
    - `title` string — Display title of the prompt

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/libredesk/apis/libredesk-api.md) · [All operations](https://skmtc.dev/libredesk/apis/libredesk-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/libredesk/libredesk-api/revisions/71ee25a0b5df/schema)
