OpenAPI 3.1.0raw.githubusercontent.com2026-08-10113297566.1 KB

d61b825a4bb4

prompts

List all prompts

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

get/v1/prompts

Query parameters

cursorstring nullable

Cursor for pagination (base64-encoded prompt ID)

Cursor for pagination (base64-encoded prompt ID)

limitinteger

The max number of prompts to return at a time.

The max number of prompts to return at a time.

Response

A list of prompts with pagination information

next_cursorstring nullable required