Get Usage
Returns API credit usage over a time range, broken down by data source and time bucket.
Each bucket contains a counts map of source -> locations_reserved + locations_used — credits tied up (reserved in-flight or consumed) in that interval. The total key in counts (and in totals) carries the cross-source aggregate.
Granularity is chosen automatically based on the requested time range: 5m for the last day, 1h for the last 31 days, 1d for longer ranges.
Documentation Index
Fetch the complete documentation index at: https://docs.pingintel.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Token-based authentication with required prefix "Token"
Query Parameters
End of the time range. Accepts a relative offset or ISO 8601 UTC timestamp. Defaults to now.
Filter by organization short name (e.g. 'AMWNS'). Staff only. Mutually exclusive with username.
Start of the time range. Accepts a relative offset (-5m, -1h, -30d) or an ISO 8601 UTC timestamp. Defaults to -30d.
Filter by this username. Defaults to the requesting user. Staff only when querying another user.
Response
Bucket granularity selected based on the time range.
5m, 1h, 1d Resolved start of the range (UTC).
Resolved end of the range (UTC).
Time-series rows ordered by bucket start time.
Summed count per source key over the entire range. Key 'total' is the cross-source aggregate.