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

callIdstringRequiredformat: "uuid"
Call ID

Response

Call cost breakdown with line items
callIdstringformat: "uuid"
Call identifier
lineItemslist of objects
Individual cost line items
totalMicrocentslong
Total cost in microcents
totalUsddouble
Total cost in USD

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error