English
cURL
curl --request GET \ --url https://api.example.com/v1/prompts
{ "data": [ { "name": "<string>", "id": "<string>", "description": "<string>", "source_prompt_id": "<string>", "metadata": {} } ], "next_cursor": "<string>" }
Retrieve a paginated list of all prompts in the system. A prompt can have multiple versions.
Cursor for pagination (base64-encoded prompt ID)
The max number of prompts to return at a time.
A list of prompts with pagination information
Show child attributes
Was this page helpful?