SerenAI

Pay Per Call Agentic Commerce

ComputeUsageEventDebugRecord

Debug view: compute_usage_events entry for an endpoint

Properties

PropertyTypeRequiredDescription
event_time string Yes
event_type string Yes
View JSON Schema
{
  "type": "object",
  "description": "Debug view: compute_usage_events entry for an endpoint",
  "required": [
    "event_type",
    "event_time"
  ],
  "properties": {
    "event_time": {
      "type": "string"
    },
    "event_type": {
      "type": "string"
    }
  }
}