Get raw responses
get_responsesThe raw answers of ONE AI engine for a tracker, newest surveys first, paginated. Every answer carries its cited sources and keyword mentions, plus uncited_sources (the pages the engine read without citing them) and searched (whether the engine went to the web to write that answer; null when undetermined). Set include_raw to add the full engine payload; heavy, ask for it only when needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text filter on the answer text. | |
| page | No | Page number, 1 by default. | |
| tone | No | Only the answers where the sentiment analyst judged a keyword mention with this tone. Reads the negative answers of a week in one call, when the tracker carries the sentiment analyst that sets the tone. | |
| engine | Yes | The engine whose answers are read. | |
| survey | No | Only the answers of this survey. | |
| per_page | No | Answers per page, 25 by default, 100 at most. | |
| question | No | Exact text of one tracked question. | |
| tracker_id | Yes | The UUID of the tracker: call list_trackers to find it. | |
| include_raw | No | Add the full engine payload to every answer. |