---
title: "Get Public Prompts List"
method: GET
path: "/v1/internal/prompts"
tags: ["internal", "internal_prompts"]
---

# Get Public Prompts List

`GET /v1/internal/prompts`

Retrieve the list of public Prompts

## Response `200`

Successful Response

- Prompt[]
  - `prompt` string, required
  - `title` string, required
  - `description` string, required
  - `added_on` string, date-time, required
  - `modified_on` string, date-time, required
  - `org_id` string, uuid, required
  - `tokens` integer, required
  - `published_on` string, date-time, nullable, required
  - `reviewed_on` string, date-time, nullable, required
  - `approved_on` string, date-time, nullable, required
  - `decline_reason` string, nullable — Reason for decline
  - `id` string, uuid, required

---

[API](https://skmtc.net/pulze/apis/pulze-ai-api.md) · [All operations](https://skmtc.net/pulze/apis/pulze-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pulze/pulze-ai-api/revisions/a5e0b539abc5/schema)
