List Prompts
Returns a paginated list of active prompts for the specified brand, including their variants, tags, and topics. Use this endpoint to retrieve all prompts configured for AI visibility tracking.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier for the brand
Query Parameters
Maximum number of prompts to return per page.
x >= 1Number of prompts to skip for pagination.
x >= 0Filter prompts by journey stage. Values are resolved from your brand's configured stages, so they vary per brand.
Default stage sets:
- Intent (v1) —
Advice,Awareness,Evaluation,Comparison,Other - Funnel (v2) —
Awareness,Consideration,Conversion,Loyalty,Other
Brands that rename or add stages accept those custom names too. A value that doesn't match any of the brand's active stages matches zero rows rather than erroring.