get_scout_updates
Retrieve paginated updates and findings from a scout's runs. Use a cursor for pagination and set a limit up to 100 results.
Instructions
Get paginated updates/reports for a scout. Each update contains findings from a run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scout_id | Yes | The scout's unique identifier (UUID) | |
| cursor | No | Pagination cursor from a previous response | |
| limit | No | Maximum number of updates to return (1-100) |