All releases
Mohith / 3 min read
ProductAvailable
Per-project usage and API logs
Project owners can inspect API activity and per-client usage through project-scoped routes and dashboard views.
Mohith / 3 min readWhat changed
Developers can inspect recent API activity and usage for a project without combining data across tenants. The dashboard presents the same project-scoped records exposed by its authenticated routes.
Usage returns a project summary plus recent daily totals. API-log queries support bounded pagination and optional endpoint, method, and success filters.
project usage responsejson
{ "total": 1284, "daily": [ { "date": "2025-12-06", "requests_count": 42 } ], "project": { "id": 17, "name": "Example", "slug": "example", "tier": "free" }}Tenant and log boundary
Both routes require the current developer session and verify project ownership before returning records. Log responses pass through a public DTO so query strings and sensitive request values are not echoed into the dashboard.