list_executions
Retrieve recent runs for an AI agent to review run history and check success status before starting a new run. Provides status and duration for each run.
Instructions
List recent runs for an agent with their status and duration.
Useful for reviewing run history or checking whether a previous run succeeded before starting a new one.
Args: agent_id: The agent's UUID. limit: Number of runs to return (default 10, max 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |