List Prompts
Prompts
List Prompts
Get paginated prompts with search and filtering options
GET
List Prompts
Prompts are the questions Qwairy monitors across AI platforms. Each prompt is categorized by funnel stage (TOFU/MOFU/BOFU), tagged for organization, and linked to a topic. Track which prompts generate mentions and source citations for your brand.Documentation Index
Fetch the complete documentation index at: https://docs.qwairy.co/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token. Example:
Bearer qw-api-xxxPath Parameters
The unique identifier of the brand
Query Parameters
Number of days to include. Returns prompts that received at least one answer within the window. If not specified, returns all data.
Start date (ISO 8601, e.g.
2026-03-05). Returns prompts with at least one answer on or after this date.End date (ISO 8601, e.g.
2026-03-31). Returns prompts with at least one answer on or before this date.When a date range is provided, both the prompt list and the per-prompt
include=details aggregations (answersCount, competitors[].mentions, brandMentionCount, sources[].citations) are scoped to that window. Prompts that ran multiple times still appear if at least one of their runs falls inside the range.Filter by topic ID (keywordId). Supports comma-separated multi-select (e.g.,
id1,id2).Filter by tag ID. Supports comma-separated multi-select (e.g.,
id1,id2).Filter by prompt type:
TOFU, MOFU, BOFUMaximum number of prompts to return (max: 100)
Pagination offset
Field to sort by:
lastGeneratedAt, answersCount, text, createdAtSort order:
asc or descSet to
details to enrich each prompt with aggregated competitors, sources, brand mentions, and source stability metrics. When omitted, the response includes only the base fields listed below.Response
Indicates if the request was successful

