List Prompts
Returns a paginated list of prompts for the specified brand, including their variants, tags, and topics. Defaults to active prompts; pass status=archived to return archived prompts, or status=all to include active, paused, and archived prompts.
Path parameters
The unique identifier for the brand
The unique identifier for the brand
Query parameters
Maximum number of prompts to return per page.
Maximum number of prompts to return per page.
Number of prompts to skip for pagination.
Number of prompts to skip for pagination.
Filter prompts by journey stage — the name of one of the brand's stages (custom stage names included). Default sets:
- Advice - Prompts seeking recommendations or guidance
- Awareness - Prompts exploring a topic or problem space
- Evaluation - Prompts assessing specific options
- Comparison - Prompts comparing multiple options
- Other - Prompts that don't fit other categories
Filter prompts by journey stage — the name of one of the brand's stages (custom stage names included). Default sets:
- Advice - Prompts seeking recommendations or guidance
- Awareness - Prompts exploring a topic or problem space
- Evaluation - Prompts assessing specific options
- Comparison - Prompts comparing multiple options
- Other - Prompts that don't fit other categories
Filter prompts by lifecycle status. Defaults to active.
- active - Only currently tracked prompts
- paused - Prompts whose collection is paused; their history stays visible
- archived - Only soft-deleted prompts
- all - Active, paused, and archived prompts
Response
Successful Response
Changes
Changed in 2 of the 11 revisions of this API.11
- ○
added the enum value
pausedto the propertyanyOf[subschema #1]/of thequeryrequest parameterstatusrequest-parameter-property-enum-value-added
- ○
- ●
added the new
pausedenum value to the//response property for the response statusresponse-property-enum-value-added
- ●