# Retrieve an Async Transaction Log Daily Summary **GET /async_transaction_log/daily_summary** Returns API usage grouped by endpoint for a given day, ordered by request count descending. Each result shows how many times a particular `request_uri` was called. Useful for self-serve API usage reporting without requiring support. ## Servers - https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D: https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D () ## Authentication methods - Oauth2 ## Parameters ### Query parameters - **fields** (string) filter and/or select response fields. Use `fields=(="")` to filter by any available field. Use `~` instead of `=` for LIKE/partial matching: `fields=request_uri(~"%pattern%")`. Multiple filters can be combined with a comma. Example: `fields=request_time(="2026-04-22"),request_uri(~"%/pages/%")`. Filterable fields: `request_time` (date or datetime — time portion is ignored), `request_uri`, `request_function`, `username`. If `request_time` is omitted, defaults to today (UTC). - **limit** (number) maximum number of results to return - **offset** (number) skip that many records before beginning to return ## Responses ### 200 OK #### Body: application/json (array) array [Powered by Bump.sh](https://bump.sh)