Get Automation Statistics
get_automation_statisticsRetrieve aggregated automation run statistics, including success/failure/total counts per board or account-wide. Optionally break down by automation or workflow with a specific run status.
Instructions
Aggregate automation run statistics. Read-only.
Breakdowns:
"totals": success/failure/total counts at the account or board level.
"by_entity": per-automation and per-workflow counts for a given "runStatus" (required: "success" | "failure" | "exhausted"). Use "excludeAutomationIds" to omit specific automations.
Scope: provide "boardId" for a specific board or "accountWide": true. One is required.
Optional "userIds" narrows results to specific creators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| breakdown | Yes | totals = success/failure/total counts, by_entity = per automation/workflow | |
| boardId | No | Target a specific board by numeric ID | |
| accountWide | No | Set true to query account-wide (required if no boardId) | |
| userIds | No | Narrow to specific creator user IDs | |
| runStatus | No | by_entity: required run status to break down | |
| excludeAutomationIds | No | by_entity: automation IDs to exclude from breakdown |