Get Sleepwalker prompt response
get_sleepwalker_prompt_responseFetch one capped AI Visibility prompt response from any run, saved-test or direct-URL. Use result_index or prompt_index for the flattened result list (same order as the status ca_result), or platform + prompt_index for the Nth prompt on a platform. Preferred over full include_results for reading large runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Character offset for paginating long content. | |
| run_id | Yes | Sleepwalker run ID returned by a create or list tool. | |
| platform | No | Platform filter when selecting a response by platform and prompt index. | |
| max_chars | No | Maximum number of characters to return. | |
| prompt_index | No | Prompt position within the selected platform. | |
| result_index | No | Index in the flattened AI Visibility result list. | |
| include_citations | No | Include citation details when available. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||