SerenAI

Pay Per Call Agentic Commerce

BillingJobHealth

Billing job health for a single background job.

Properties

PropertyTypeRequiredDescription
failures_total integer Yes
job string Yes
View JSON Schema
{
  "type": "object",
  "description": "Billing job health for a single background job.",
  "required": [
    "job",
    "failures_total"
  ],
  "properties": {
    "failures_total": {
      "type": "integer",
      "format": "int64",
      "minimum": 0
    },
    "job": {
      "type": "string"
    }
  }
}