v1
latestOpenAPI 3.0.02026-07-2455104.8 MBReport Usage
Get report usage
Get report usage which shows the history of chargeable requests made within the given timeframe
get/api/v1/analytics/reportUsage
Query parameters
{
"start": "2024-01-01",
"end": "2024-01-31"
}Response
Shows all records of chargeable requests made within the given timeframe
Example response
{
"data": [
{
"id": 1,
"endpoint": "report/123/export",
"timestamp": "2024-01-01T00:00:00+00:00",
"identifier": "My Report",
"query": "SELECT * FROM table"
}
]
}