Account

Retrieve usage data for a specific time range

Retrieve API usage data for a specified date range.

Returns daily usage statistics including request counts for each day within the specified time period. The response includes both individual daily usage data and total usage for the entire period.

  • The request count is total number of requests made including 2xx, 4xx and 5xx responses. It is not the same as billable requests which is not available right now as part of API.
  • Maximum date range allowed: 90 days
  • Dates are in UTC format
  • Current day data when requested will be updated during the day
  • Usage data is updated approximately every 30 minutes
  • Usage data is returned only from the first date of actual usage in the specified duration
get/v1/account/usage/

Query parameters

start_datestring date required

Start date of the duration to get usage data for. Format: YYYY-MM-DD

Example:2025-09-12

Start date of the duration to get usage data for. Format: YYYY-MM-DD

end_datestring date required

End date of the duration to get usage data for. Format: YYYY-MM-DD

Example:2025-09-12

End date of the duration to get usage data for. Format: YYYY-MM-DD

Response

Usage data retrieved successfully

total_requests_in_timeperiodinteger required

Total requests in the input duration range

Changes

No recorded changes to this endpoint across all 1 revision of this API.