---
title: "List all prompts"
method: GET
path: "/v1/prompts"
tags: ["prompts"]
---

# List all prompts

`GET /v1/prompts`

Retrieve a paginated list of all prompts in the system. A prompt can have multiple versions.

## Query parameters

- `cursor` string, nullable — Cursor for pagination (base64-encoded prompt ID)
- `limit` integer — The max number of prompts to return at a time.

## Response `200`

A list of prompts with pagination information

- GetPromptsResponseBody
  - `data` Prompt[], required
    - `name` string, required
    - `description` string, nullable
    - `source_prompt_id` string, nullable
    - `metadata` object, nullable
    - `id` string, required
  - `next_cursor` string, nullable, required

## Other responses

- `403` — Forbidden
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api.md) · [All operations](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arize-ai/arize-phoenix-rest-api/versions/a14d8ad6f708/schema)
