get_agent_runs
Retrieve recent agent run history from the database, with options to limit results, filter by date, or specify an agent name.
Instructions
Retrieve recent agent run history from the database.
Args:
limit: Maximum number of runs to return (default 10).
since: ISO date/datetime string — only return runs after this time. Empty = all.
agent_slug: Filter by agent name (e.g. "librarian", "metis"). Empty = all agents.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | ||
| agent_slug | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |