File tree Expand file tree Collapse file tree
apify-api/openapi/components/schemas/actor-runs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,7 +98,16 @@ properties:
9898 usageTotalUsd :
9999 type : number
100100 nullable : true
101+ description : >-
102+ Total cost in USD for this run. Represents what you actually pay.
103+ For run owners: includes platform usage (compute units) and/or event costs depending on the Actor's pricing model.
104+ For non-owners: only available for Pay-Per-Event actors (event costs only).
105+ Not available for Pay-Per-Result actors when you're not the Actor owner.
101106 example : 0.2654
102107 usageUsd :
103108 nullable : true
109+ description : >-
110+ Platform usage costs breakdown in USD. Only present if you own the run AND are paying for platform usage
111+ (Pay-Per-Usage, Rental, or Pay-Per-Event with usage costs like standby Actors).
112+ Not available for standard Pay-Per-Event actors or Pay-Per-Result actors owned by others.
104113 $ref : ./RunUsage.yaml
You can’t perform that action at this time.
0 commit comments