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
untilstring date-time

Response

Per-monitor credit usage

total_creditsinteger required

Sum of credits across all monitors in the window.

Example response

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

Changes