AgentUnitConsumptionPeriod
Aggregate Agent Units and Platform Units consumption for a single period within an AgentGetUnitConsumptionSummaryResponse — covers the requested window for either the current period or an optional lookback period.
Properties¶
| Property | Type | Description |
|---|---|---|
agentConsumption |
AgentUnitConsumptionEntry[] |
Per-agent consumption breakdown |
endTime |
string |
Period end time (ISO 8601, UTC) |
startTime |
string |
Period start time (ISO 8601, UTC) |
totalAgentUnitConsumption |
AgentJobConsumptionSummary |
Total Agent Units consumed across all agents in the period, split by job completion |
totalPlatformUnitConsumption |
AgentJobConsumptionSummary |
Total Platform Units consumed across all agents in the period, split by job completion |