trial_query
Retrieve recorded trials filtered by lab, outcome, and exact-match metrics for targeted analysis.
Instructions
Query recorded trials, filtered by lab, outcome, and/or an exact-match metrics filter over the metrics recorded by trial_record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lab | No | lab name; defaults to the lab opened on this connection | |
| limit | No | max results (default 20) | |
| outcome | No | filter by outcome (e.g. fail) | |
| metrics_filter | No | optional object; trials whose metrics equal every given key match, e.g. {"hz":497} (a JSON-object string is also accepted) |