Get call cost breakdown
Get detailed cost breakdown for a single call with line items.
Returns all cost line items including usage data (tokens, seconds, characters) and rate information for each cost component.
Authentication
AuthorizationBearer
Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.
Path parameters
callId
Call ID
Response
Call cost breakdown with line items
callId
Call identifier
lineItems
Individual cost line items
totalMicrocents
Total cost in microcents
totalUsd
Total cost in USD
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error