Skip to main content

gameModelAutomationStats

Aggregate automation activity for an app over a recent window (default 60 minutes, max 1440): total/failed runs, failure rate, runs/min, invocations/mutations/compute, and a per-automation breakdown with current circuit state. The "what are my NPCs doing" dashboard query. Requires app-admin ('manage_apps').

gameModelAutomationStats(
appId: BigInt!
windowMinutes: Int = 60
): GmAutomationStats!

Arguments

gameModelAutomationStats.appId ● BigInt! non-null scalar

The app (tenant) whose automation activity to summarize.

gameModelAutomationStats.windowMinutes ● Int scalar

Look-back window in minutes (default 60, max 1440).

Type

GmAutomationStats object

Aggregate automation activity for an app over a recent window: throughput, failure rate, compute, and a per-automation breakdown. The "what are my NPCs doing" view.