list_executions
Search past bot executions by status or deployment ID to diagnose failures and identify problematic runs.
Instructions
Search execution history via POST /v3/activity/list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No | Filter by status enum, e.g. RUN_FAILED. | |
| deployment_id | No | Filter by deploymentId ([UNVERIFIED] filterable). |