get_uptime
Compute an API test's uptime percentage over a window, plus latency percentiles and run counts. Uptime = SUCCESS / (SUCCESS + FAILURE); ERROR and MISSED runs are excluded. Defaults to the last 24 hours when no window is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End of the window, ISO-8601 instant; defaults to now | |
| from | No | Start of the window, ISO-8601 instant; defaults to 24h before 'to' | |
| apiTestId | Yes | Id of the API test to report on |