AgentSummaryPeriod
Aggregate stats for a single period within an AgentGetSummaryResponse — covers the requested window for either the current period or an optional lookback period.
Properties¶
| Property | Type | Description |
|---|---|---|
agents |
AgentSummaryEntry[] |
Per-agent breakdown |
averageDurationSeconds |
number |
Average run duration in seconds across all agents in the period |
endTime |
string |
Period end time (ISO 8601, UTC) |
startTime |
string |
Period start time (ISO 8601, UTC) |
successfulJobs |
number |
Number of successful runs across all agents in the period |
successRate |
number |
Overall success rate as a percentage (0-100) |
totalJobs |
number |
Total job runs across all agents in the period |