codex_client_usage_breakdowns

Daily Codex usage metrics per user broken down by client application.

id

Primary key
Unique identifier for the row.

daily_usage_id

Foreign key
Foreign key referencing the parent codex_daily_usages record.

client_id

Foreign key
Identifier of the Codex client application (e.g. CODEX_DESKTOP_APP).

total_threads

number
Total number of Codex threads started via this client on this date.

total_turns

number
Total number of Codex turns taken via this client on this date.

total_credits

number
Total Codex credits consumed via this client on this date.

uncached_text_input_tokens

number
Uncached text input tokens consumed via this client on this date.

cached_text_input_tokens

number
Cached text input tokens consumed via this client on this date.

text_output_tokens

number
Text output tokens produced via this client on this date.

text_total_tokens

number
Total text tokens (input + output) via this client on this date.