get_ticket_metrics
Fetch ticket metric record with reply count, response times, reopens, and station counts to analyze SLA compliance and responsiveness.
Instructions
Fetch the ticket_metric record for one ticket, reply count, reply/resolution times, reopens, station counts, on-hold time. Scope-gated (config_plus_audits or full). Use this for SLA / responsiveness questions; use get_ticket_audits for "why did this happen?" Audits carry rule attribution and field-level changes; metrics carry only the timing aggregates and are much cheaper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Ticket ID | |
| instance | No | Override the sticky instance for this call |