get_case_durations
Compute summary statistics for case durations from an event log, including count, min, max, mean, median, and key percentiles (50/75/90/95/99).
Instructions
Return summary statistics for per-case durations (seconds).
Returns count, min, max, mean, median, and the
50/75/90/95/99 percentiles. The full per-case list is NOT returned —
it can be 100k+ floats on a real log and blow the response cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||