v1

latestOpenAPI 3.1.0Apache 2.02026-07-264001921002.3 KB
Logging

Get log cost recalculation status

Returns the current status of a log cost recalculation job. When id is omitted, the current in-flight job is returned, or idle when no job is running.

get/api/logs/recalculate-cost/status

Query parameters

idstring

Optional recalculation job ID to fetch

Response

Recalculation job status

idstring

Background job ID

statusstring

Current job status

totalinteger

Total matching logs queued for recalculation

processedinteger

Logs processed so far

updatedinteger

Logs updated with new costs

skippedinteger

Logs skipped during processing

messagestring

Optional progress message

last_errorstring

Last error encountered by the job

started_atstring date-time

Job start time

updated_atstring date-time

Last status update time