v10

latestOpenAPI 3.1.02026-08-0375143791.1 KB
Monitors

Monitor credit usage

Returns credits charged per monitor over an optional [since, until] window, newest spenders first.

get/monitors/credit-usage

Query parameters

sincestring date-time

Only include items at or after this ISO 8601 timestamp.

Example:2026-06-01T00:00:00Z

Only include items at or after this ISO 8601 timestamp.

untilstring date-time

Only include items before this ISO 8601 timestamp.

Example:2026-06-28T00:00:00Z

Only include items before this ISO 8601 timestamp.

Response

Per-monitor credit usage

total_creditsinteger required

Sum of credits across all monitors in the window.

Example response

{
  "data": [
    {
      "monitor_id": "mon_123"
    }
  ]
}