Skip to main content
GET
/
v1
/
prompts
{
  "data": [
    {
      "name": "<string>",
      "description": "<string>",
      "source_prompt_id": "<string>",
      "id": "<string>"
    }
  ],
  "next_cursor": "<string>"
}

Query Parameters

cursor
string | null

Cursor for pagination (base64-encoded prompt ID)

limit
integer
default:100

The max number of prompts to return at a time.

Required range: x > 0

Response

A list of prompts with pagination information

data
Prompt · object[]
required
next_cursor
string | null
required