runmeter_list
List LLM and agent runs newest-first with filters for model, agent, status, tag, or time window. Paginate with limit/offset and see total matching count to know when to page further.
Instructions
List runs newest-first with optional filters.
Filters: model, agent, status ('ok'/'error'), tag (matches any run carrying
that tag), and since (ISO timestamp or relative window like '24h', '7d').
Use limit/offset to page. Returns up to limit rows plus the total count
matching the filters so you know whether to page further.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| agent | No | ||
| limit | No | ||
| model | No | ||
| since | No | ||
| offset | No | ||
| status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||