Get per-record cost for a batch

Returns the total cost for a specific record within a batch execution.

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

batchIdstringRequired
Batch execution ID
recordIdstringRequired
Record ID

Response

Record cost
batchExecutionIdstring
recordIdstring
totalCostUsddouble

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error