Billing
Usage Logs
View per-operation deduction history for all services (TTS, STT, LLM, Memory)
GET
Request
Headers
Bearer token (JWT or API key)
Query Parameters
Page number for pagination
Items per page (max 100)
Filter by service type. Options:
TTS, STT, LLM, MEMORY_INGEST, MEMORY_EXTRACT, MEMORY_RECALL, MEMORY_CONTEXTResponse
Array of transaction log entries
Unique transaction ID (UUID)
Service that was charged (TTS, STT, LLM, MEMORY_INGEST, etc.)
USD amount deducted (negative values indicate refunds)
Units consumed (characters for TTS, minutes for STT, tokens for LLM, bytes/queries for Memory)
Workspace balance before this operation
Workspace balance after this operation
Name of the user who performed the operation
ISO 8601 timestamp
Aggregated totals grouped by service type
Only the workspace owner can view usage logs. This endpoint is protected by
billing:manage permission. Every API operation (TTS, STT, LLM, Memory) that costs money is logged here — this is your complete billing audit trail.