get_jobs_stats
Retrieve aggregated statistics for agent jobs to monitor performance and track metrics without accessing individual job data. Optimized for dashboards with minimal network overhead.
Instructions
Get aggregated statistics for agent jobs without retrieving individual job data. Optimized for dashboards and monitoring with minimal network overhead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | No | Filter by organization ID. | |
| scheduled_at_gte | No | Start of period (ISO 8601) | |
| scheduled_at_lte | No | End of period (ISO 8601) | |
| created_at_gte | No | Filter for jobs created at or after a specific time (ISO 8601). | |
| created_at_lte | No | Filter for jobs created at or before a specific time (ISO 8601). | |
| job_type_id | No | Job type filter | |
| channel_code | No | Channel filter | |
| tags | No | Tags filter (comma-separated) | |
| status | No | Status filter |