curl -X POST "https://api.helicone.ai/v1/prompt-2025/query" \ -H "Authorization: Bearer $HELICONE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "search": "support", "tagsFilter": ["chatbot", "customer"], "page": 0, "pageSize": 10 }'Query Prompts
Search and filter prompts with pagination
1 min read
posthttps://api.helicone.ai/v1/prompt-2025/query
posthttps://api.helicone.ai/v1/prompt-2025/query
Retrieves a paginated list of prompts based on search criteria and tag filters.
Request Body#
Search term to filter prompts by name
Page number for pagination (0-based)
Number of prompts to return per page
Response#
Returns an array of prompt objects matching the search criteria.
Unique identifier of the prompt
Name of the prompt
ISO timestamp when the prompt was created
