Skip to main content
GET
Get Job Run Cost Summary

Path Parameters

uuid
string<uuid>
required

Response

Job run cost summary retrieved successfully

gross_spend
number | null
required

Total spend amount (sum of all captures)

refunds
number | null
required

Total refund amount

net_spend
number | null
required

Net spend (gross_spend - refunds)

pending_hold
number | null
required

Active authorization hold amount (0 if no active hold)

calculated_cost
number | null
required

Calculated cost based on hourly_rate × duration

transaction_count
integer
required

Number of transactions for this job run

billing_rule
enum<string>
required

Billing rule applied to this job run

Available options:
ONE_TIME,
HOURLY,
EXEMPT
hourly_rate_usd
number
required

Hourly rate in USD

currency
enum<string>
required
Available options:
USD
transactions
object[]
required

List of billing transactions for this job run

authorization
object
required

Active or most recent authorization for this job run