Account-wide Codex usage attribution by client, session, and timestamp

Open 💬 2 comments Opened Jun 18, 2026 by DeadlySilent

What variant of Codex are you using?

Web / CLI / OAuth-backed clients

This request concerns the shared Codex usage accounting exposed through ChatGPT/Codex usage surfaces and authenticated usage endpoints. It is not limited to one local client, because the quota is shared across clients/devices using the same account.

What feature would you like to see?

Please add account-wide Codex usage attribution so users can understand what consumed their shared 5-hour and weekly Codex usage quota.

Today the usage surfaces/endpoints expose aggregate counters such as:

  • 5-hour used/remaining percentage
  • weekly used/remaining percentage
  • reset times

But users cannot determine which client, device, session, or background process consumed the quota. This makes it difficult to diagnose quota drops when the same ChatGPT/Codex account is used across multiple surfaces, for example:

  • Codex Web / ChatGPT Codex sidebar
  • Codex Desktop / mobile app surfaces
  • Codex CLI on one or more machines
  • IDE extensions
  • OAuth-backed third-party/local tools
  • background work such as indexing, memory generation, retries, summarization, or reconciliation

Requested capability:

  1. Provide an account-wide usage event log or breakdown for Codex quota windows.
  2. Make it filterable by the same 5-hour and weekly windows used by the quota meters.
  3. Include, where available:
  • timestamp
  • client/source, e.g. Web, Desktop, CLI, IDE Extension, OAuth client
  • device or installation identifier, preferably user-friendly but privacy-preserving
  • model
  • session/thread/task id
  • foreground user request vs background/retry/indexing/memory/summarization work
  • charged usage units or at least percentage impact per event/window
  • whether prompt/cache/tool/context usage was involved if that affects weighting
  1. Surface this in ChatGPT/Codex Analytics and/or the Codex usage UI.
  2. Ideally expose the same breakdown through an authenticated API endpoint for users who run multiple local clients and need to reconcile local logs with account-wide quota state.

The goal is not necessarily to expose sensitive prompts or content. Even metadata-level attribution would be enough to answer the basic operational question:

What consumed my Codex quota, from where, and when?

Additional information

A local client can only prove its own activity. It cannot prove what happened account-wide.

For example, a local agent integration may be able to log that it used Codex for a specific turn, or that it did not use a specific local profile in a time window. But if the shared account quota drops anyway, the current aggregate usage data cannot distinguish between:

  • another Codex client on the same machine
  • Codex CLI on a different machine
  • ChatGPT/Codex Web
  • desktop/mobile app background activity
  • IDE extension activity
  • another OAuth-backed tool using the same account
  • delayed quota reconciliation
  • retries or background memory/indexing work

This creates support/debugging ambiguity. Users are left guessing whether quota was burned by their current client, a background task, another device, or an accounting issue.

Related issues that appear to point at the same observability gap, even when framed as quota drain or quota desync reports:

  • #21966 — idle/desktop quota decreases and explicitly notes lack of attribution/visibility
  • #26600 — quota decreases without active usage and asks for detailed usage by session/thread/time range
  • #19585 — weekly usage depletes unusually fast and asks for detailed usage breakdowns
  • #28727 — asks for exact charged operations, timestamps, source/client, task/session id, and background/retry/indexing attribution
  • #28823 — compares local usage telemetry with the Codex meter and asks for clarification on accounting changes

There also appears to be local usage-attribution work in the repo, such as #24121 and #24122. That looks useful for local Codex clients, but this request is specifically for shared account-wide quota attribution across all clients/devices that can consume the same Codex allowance.

Expected outcome:

Users should be able to open the Codex usage/analytics surface and answer:

  • Which app/client consumed quota during this 5-hour window?
  • Was the usage foreground or background?
  • Which session/thread/task did it correspond to?
  • Did a different device or OAuth client consume the account quota?
  • Why did the aggregate 5-hour/weekly percentage move even though a specific local client was idle?

This would make existing quota-drain reports diagnosable without requiring each client/integration to guess from incomplete local logs.

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗