RunUserStatistics
A user’s run summary.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
userId |
yes | string |
The user identity. | — |
totalRuns |
yes | integer (int64) |
This user’s total number of runs. | pattern `^-?(?:0\ |
failedRuns |
yes | integer (int64) |
This user’s number of runs that ended in an error. | pattern `^-?(?:0\ |
totalTokens |
no | integer (int64) |
This user’s total token usage. | pattern `^-?(?:0\ |
totalCost |
no | number (double) |
This user’s total cost. null if no run of theirs was ever priced. |
pattern `^-?(?:0\ |