Get Sleepwalker visibility run status
get_sleepwalker_visibility_run_statusRead status, probe progress, and optional results for a queued infrastructure AI Visibility run.
Poll compact status while queued or running. Set include_results only after completion or when the user explicitly needs full response and citation data. For large runs, page with results_offset/results_limit (ca_result reports results_total), or fetch one answer at a time with get_sleepwalker_prompt_response; the summary always covers the full run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Sleepwalker run ID returned by a create or list tool. | |
| results_limit | No | With include_results, return at most this many results. Omit for all. Use with results_offset to page large runs; results_total in ca_result reports the full count. | |
| include_probes | No | Include probe-level progress for an AI Visibility run. | |
| results_offset | No | With include_results, skip this many results (paging for large runs). | |
| include_results | No | Include full AI responses and citations. Prefer false while polling queued or running work. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||