Cursor: inspect several runs
cursor_inspect_runsCheck run status for up to 64 agent/run pairs in one call, resuming from a given index when needed.
Instructions
Read status for up to 64 agent/run id pairs you hold, in your order, under one 45s bound. Exact pairs only; continue at remaining.fromIndex unless complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runs | Yes | Agent/run id pairs to read, in order. At most 64. Repeats are read once and reported at every index you gave them. Each item is reported as read, denied, unresolved, error or notAttempted, so one undecidable agent does not refuse the whole call. | |
| fromIndex | No | Resume at this index of the same list, from the previous call's remaining.fromIndex. Earlier items are not read again. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| checked | Yes | ||
| complete | Yes | ||
| fromIndex | No | ||
| remaining | No | ||
| requested | Yes | ||
| stoppedBy | No | ||
| upstreamReads | Yes |