Hi Marty,

Could you check in the table `cloud_usage.cloud_usage` whether there are usage records for the specified period?

```
select * from cloud_usage.cloud_usage where start_date between "2025-07-09" and "2025-07-25" and end_date between "2025-07-09" and "2025-07-25";
```

If there are, maybe there are not any entries that match your filters. In this case, could you attempt to search for usage records without specifying the domain, account and usage type?

On 7/25/25 02:48, Marty Godsey wrote:
When ever I try to get usage data from the console, it doesn’t show any 
information.

https://imgur.com/a/NRJ2ar1

The Usage server is running and logging.

Where should I start to look? I don’t see any errors in the log files.

Marty

Reply via email to