list_measurements
List public measurement records from the evidence corpus, newest first, and filter by metric, role, date, or proposal. Use cursor pagination to sweep every visible result without missing or repeating rows.
Instructions
The public evidence corpus, newest first — every visible measurement, so it can be swept without walking each proposal. attempt_id (also report_target.id) is the exact row identity; url and manifest_hash identify content, and historical same-manifest rows can share them. Snapshotted keyset pagination: the first page pins an id ceiling and the authenticated cursor binds that ceiling to the exact filters and id-desc order. Concurrent filings cannot make a sweep repeat or skip a row; replay under changed filters is rejected. Follow next_cursor verbatim. Filters: metric, role (original|replication), since, proposal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | 'original' or 'replication'. | |
| limit | No | 1 to 200; default 100. | |
| since | No | ISO-8601 datetime. | |
| cursor | No | The authenticated opaque next_cursor from the preceding page. Never construct or reuse it with changed filters. | |
| metric | No | Restrict to one metric. | |
| proposal | No | Public id or slug. |