v15

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03377590.5 KB
jobs

Backfill token usage from AgentsView payloads

post/api/tokens/backfill

Request body

$schemastring uri

A URL to the JSON Schema for this object.

dry_runboolean

Example request

{
  "$schema": "https://example.com/BackfillTokensRequest.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

failedinteger required
skippedinteger required
totalinteger required
updatedinteger required

Example response

{
  "$schema": "https://example.com/TokenSummary.json"
}