list_prompts
Show all prompts for a brand with IDs, text, topic, target page, last run date, and paused state. Use the IDs to update or delete prompts, including those never executed.
Instructions
List all prompts for a brand with their ids, text, topic, target page, last run date, and paused state. Use this to discover prompt ids for update_prompt, update_prompts, and delete_prompts — including prompts that have never been run (which get_results cannot see).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | Yes | The brand UUID from list_brands | |
| topicId | No | Optional topic UUID — if provided, only that topic's prompts are returned |