Usage v1
Get Usage By App
Gets the aggregated usage information for an app matching the name provided as a path parameter, during a time period. Returns null when not found.
GET
Get Usage By App
Documentation Index
Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
This key is used for all apis with the exception of ingest. You can obtain it following
these instructions and placing
the key in the header of your call in the format of Authorization: Token {accesstoken}
For example:
curl -H 'Authorization: Token <ACCESS TOKEN>'Path Parameters
The name of the app from which to get the aggregated usage data
Query Parameters
Start date. Set as UNIX timestamp in seconds.
End date. Set as UNIX timestamp in seconds.
Response
OK
Get Usage By App