RunAgentStatistics
An agent’s run summary.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
agentName |
yes | string |
The agent name. | — |
totalRuns |
yes | integer (int64) |
This agent’s total number of runs. | pattern `^-?(?:0\ |
failedRuns |
yes | integer (int64) |
This agent’s number of runs that ended in an error. | pattern `^-?(?:0\ |
totalTokens |
no | integer (int64) |
This agent’s total token usage. | pattern `^-?(?:0\ |