Skip to main content
Helicone OSS LLM Observability

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#

tagsFilterstring[]required#

Array of tags to filter prompts (shows prompts with any of these tags)

pagenumberrequired#

Page number for pagination (0-based)

pageSizenumberrequired#

Number of prompts to return per page

Response#

Returns an array of prompt objects matching the search criteria.

idstring#

Unique identifier of the prompt

namestring#

Name of the prompt

tagsstring[]#

Array of tags associated with the prompt

created_atstring#

ISO timestamp when the prompt was created