get_jobs_stats
Retrieve aggregated statistics for agent jobs to monitor and analyze performance. Filter by organization, time range, job type, channel, tags, or status for efficient dashboard integration.
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 |
---|---|---|---|
channel_code | No | Channel filter | |
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 | |
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) | |
status | No | Status filter | |
tags | No | Tags filter (comma-separated) |