Zuora · Capability

API Reference — Bill Run Health

API Reference — Bill Run Health. 1 operations. Lead operation: List billing document volume summary records. Self-contained Naftiko capability covering one Zuora business surface.

Run with Naftiko ZuoraBill Run Health

What You Can Do

GET
Getsystemhealthbillingdocvolumesummary — List billing document volume summary records
/v1/system-health/billing-documents/volume-summary

MCP Tools

list-billing-document-volume-summary

List billing document volume summary records

read-only idempotent

Capability Spec

v1-bill-run-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — Bill Run Health
  description: 'API Reference — Bill Run Health. 1 operations. Lead operation: List billing document volume summary records.
    Self-contained Naftiko capability covering one Zuora business surface.'
  tags:
  - Zuora
  - Bill Run Health
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZUORA_API_KEY: ZUORA_API_KEY
capability:
  consumes:
  - type: http
    namespace: v1-bill-run-health
    baseUri: https://rest.zuora.com
    description: API Reference — Bill Run Health business capability. Self-contained, no shared references.
    resources:
    - name: system-health-billing-documents-volume-summary
      path: /system-health/billing-documents/volume-summary
      operations:
      - name: getsystemhealthbillingdocvolumesummary
        method: GET
        description: List billing document volume summary records
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startTime
          in: query
          type: string
          description: Start time of the volume summary.
          required: true
        - name: endTime
          in: query
          type: string
          description: End time of the volume summary.
          required: true
  exposes:
  - type: rest
    namespace: v1-bill-run-health-rest
    port: 8080
    description: REST adapter for API Reference — Bill Run Health. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/system-health/billing-documents/volume-summary
      name: system-health-billing-documents-volume-summary
      description: REST surface for system-health-billing-documents-volume-summary.
      operations:
      - method: GET
        name: getsystemhealthbillingdocvolumesummary
        description: List billing document volume summary records
        call: v1-bill-run-health.getsystemhealthbillingdocvolumesummary
        with:
          startTime: rest.startTime
          endTime: rest.endTime
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: v1-bill-run-health-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — Bill Run Health. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-billing-document-volume-summary
      description: List billing document volume summary records
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: v1-bill-run-health.getsystemhealthbillingdocvolumesummary
      with:
        startTime: tools.startTime
        endTime: tools.endTime
      outputParameters:
      - type: object
        mapping: $.