Skip to main content
GET
List prompt versions

Path Parameters

prompt_identifier
string
required

The identifier of the prompt, i.e. name or ID.

Query Parameters

cursor
string | null

Cursor for pagination (base64-encoded promptVersion ID)

limit
integer
default:100

The max number of prompt versions to return at a time.

Response

A list of prompt versions with pagination information

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