List all scouts for this user (excludes one-time tasks).
Returns all scouts for the authenticated user. Each scout includes lightweight metadata including status (active, paused, or done). Supports optional cursor-based pagination and status filtering. If page_size is not provided, returns all scouts.Documentation Index
Fetch the complete documentation index at: https://docs.yutori.com/llms.txt
Use this file to discover all available pages before exploring further.
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 Include scouts created from all sources, not just the API
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