Skip to main content
GET
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.

Query Parameters

id
string

Optional recalculation job ID to fetch

Response

Recalculation job status

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