Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>. Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.

Body

application/json

Recalculate cost request

filters
object

Log search filters

limit
integer

Maximum number of logs to process (default 200, max 1000)

Response

Cost recalculation job accepted

Recalculate cost job status

id
string

Background job ID

status
string

Current job status

total
integer<int64>

Total matching logs queued for recalculation

processed
integer<int64>

Logs processed so far

updated
integer<int64>

Logs updated with new costs

skipped
integer<int64>

Logs skipped during processing

message
string

Optional progress message

last_error
string

Last error encountered by the job

started_at
string<date-time>

Job start time

updated_at
string<date-time>

Last status update time