List prompts
Fetches a paginated list of Prompts.
See our prompting guide for tips on crafting your system prompt.
Headers
Query parameters
Response
The page number of the returned list.
This value corresponds to the page_number
parameter specified in the request. Pagination uses zero-based indexing.
The maximum number of items returned per page.
This value corresponds to the page_size
parameter specified in the request.
List of prompts returned for the specified page_number
and page_size
.