WorkflowRunChargeTotals
What one workflow run has cost, from the three ledgers it draws on.
The run's own charge holds only its model-token component; its calls and messages carry their own charges. Each figure sums finalized amounts only — work still being priced is visible per item on the charge list endpoints, never guessed at here.
- callType: integer
_charges _in _cents min:0requiredThe summed finalized prices of the calls this run placed. Calls still being priced are excluded.
- messageType: integer
_charges _in _cents min:0requiredThe summed finalized prices of the text messages this run sent. Messages still being priced are excluded.
- totalType: integer
_in _cents min:0requiredThe sum of the three components above — everything this run has been charged so far.
- tokenType: integer
_charge _amount _in _cents min:0nullableThe finalized price of the run's own model-token consumption, or null while the run is still open and its token charge is not yet priced.

