See
get_prompt_results
GETFreereadread-only
Returns paginated results for the tracked prompt set from the headline scan. Default view=rollup with include_snippets false. view=cells or view=matrix also accepted. Optional snippet_chars when snippets are on.
When to use
when the user asks which prompts they win or lose.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
business_id | string | yes | — | Scope business ID |
page | integer | no | 1 | — |
page_size | integer | no | 25 | — |
view | cells | rollup | matrix | no | rollup | rollup/matrix is the default compact grid; cells is the opt-in dump. |
include_snippets | boolean | no | false | Default false. Set true only when you need response_snippet. |
snippet_chars | integer | no | 240 | — |
REST path: GET /v1/get_prompt_results · All tools