get-endpoint-uptime-history
Get the hourly uptime history of every provider endpoint serving a model over the last 72 hours — the same per-provider uptime timeline shown on the model page. Use it to find which provider degraded during a window (e.g. "model X was failing between 05:00 and 08:30 UTC — whose uptime dipped?").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Optional ISO 8601 end of the window, e.g. "2026-07-23T09:00:00Z" | |
| from | No | Optional ISO 8601 start of the window, e.g. "2026-07-23T05:00:00Z". Data covers the last 72 hours. | |
| slug | Yes | The model slug, optionally with a variant suffix, e.g. "deepseek-chat" or "deepseek-chat:free" | |
| author | Yes | The model author/organization, e.g. "deepseek" |