list_scouts
Retrieve all scouts for your account with optional limit and status filtering for active, paused, or done scouts.
Instructions
List all scouts for the authenticated user. Returns basic metadata; use get_scout_detail for full fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of scouts to return (1-100). Default: 10 | |
| status | No | Filter by status: 'active', 'paused', or 'done' |