See
list_tracked_prompts
GETFreereadread-only
Lists every active tracked prompt for a business with id, text (user_text, not stuffed compiled_text), cadence, and burn_per_prompt so you can audit committed burn.
When to use
when burn jumped and you need the full set, or before untrack_prompt.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
business_id | string | yes | — | Scope business ID |
REST path: GET /v1/list_tracked_prompts · All tools