v51

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01105276529.8 KB
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