kaiten_get_sd_sla_stats
Retrieve Service Desk SLA statistics filtered by SLA, service, responsible user, tags, card types, or date range. Returns a compute job ID to poll for async results.
Instructions
Get Service Desk SLA statistics. Returns compute_job_id (async). Use kaiten_get_compute_job to poll results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sla_id | No | Filter by SLA ID (UUID) | |
| date_to | No | End date (ISO format) | |
| tag_ids | No | JSON array of tag IDs | |
| date_from | No | Start date (ISO format) | |
| service_id | No | Filter by service ID | |
| card_type_ids | No | JSON array of card type IDs | |
| responsible_id | No | Filter by responsible user ID |