Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <token>, where <token> is one of:

  • a Bifrost management API key,
  • a dashboard session token issued by POST /api/session/login,
  • base64 of <admin-username>:<admin-password> (legacy equivalent of BasicAuth).

Virtual keys (sk-bf-*) and the x-api-key header are not accepted on management APIs - the sole exception is GET /api/governance/virtual-keys/quota, which is virtual-key-only.

Query Parameters

id
string

Optional recalculation job ID. Omit to cancel the current in-flight recalculation.

Response

Recalculation cancellation accepted, or the selected job was already terminal

Recalculate cost job status

id
string

Background job ID

status
enum<string>

Current job status

Available options:
pending,
running,
completed,
failed,
cancelled,
idle
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

unpriceable
integer<int64>

Subset of skipped logs whose pricing inputs could not be recovered, so their existing cost was left unchanged.

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