Prompts
Query Prompts
Search and filter prompts with pagination
POST
Retrieves a paginated list of prompts based on search criteria and tag filters.
Request Body
string
required
Search term to filter prompts by name
string[]
required
Array of tags to filter prompts (shows prompts with any of these tags)
number
required
Page number for pagination (0-based)
number
required
Number of prompts to return per page
Response
Returns an array of prompt objects matching the search criteria.string
Unique identifier of the prompt
string
Name of the prompt
string[]
Array of tags associated with the prompt
string
ISO timestamp when the prompt was created