List all scouts for this user (excludes one-time tasks).
Using Pagination and Status Filtering
| Parameter | Type | Description |
|---|---|---|
page_size | integer | Number of scouts per page. If omitted, returns all scouts. |
cursor | string | Cursor from a previous response for pagination. |
status | string | Filter by status: active, paused, or done. |
Filter by scout status
active, paused, done Successful Response
Total count of all scouts (active + paused + done)
Count of scouts matching the current filter
Counts by status
Requested page size (null if returning all)
Whether more results exist after this page
Cursor for previous page
Cursor for next page