Usage logs
Usage logs show how your Organization uses DataDoe and how many AI Tokens each activity consumes. Open Settings → Usage to review activity from the last 24 hours, 7 days, or 14 days.
The table identifies the time, usage type, specific activity, usage pool, and AI Tokens used. New entries can take a few minutes to appear because usage is processed asynchronously.
Use Export CSV to download all rows matching the current filters. The export includes the complete stored usage record, including detailed metadata, rather than only the columns visible in the table.
REST API
You can also retrieve usage logs through the REST API with GET /api/v1/usage-logs. The endpoint uses your datadoe-api-key and returns only logs for that key's organization.
Use page and pageSize for pagination, and optionally filter by usedAtFrom, usedAtTo, usageTypes, usagePools, and specificUsageTypes. Date ranges are limited to the most recent 14 days; without dates, the endpoint returns the previous 24 hours.
Each response row includes the usage details, usedBy user ID, and usedByEmail when the activity was initiated by an authenticated user. System, API-key, scheduled, MCP, and other non-user activity has null actor fields.
See the DataDoe API docs (opens in a new tab) for the complete request and response schema.
If an entry looks incorrect, use the support link below the usage table to contact the DataDoe team.

