watch_runs
Retrieve paginated run history for a watch, showing changed status, diff score, and signed before/after/overlay images. Use cursor to get next page.
Instructions
Read a watch's run history (newest first), paged. Each run includes changed, diffScore, and signed before/after/overlay image URLs. Returns { items, nextCursor }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The watch ID (UUID). | |
| cursor | No | Pagination cursor from a previous nextCursor. | |
| limit | No | Page size (1–100). |