Get Usage Statistics
For direct client keys, returns usage for the associated company. For ATS keys, returns aggregated usage across ATS-managed companies. Test interviews (created with isTest=true) are excluded from billing and usage summaries.
Overview
The get usage endpoint provides read-only access to billing and usage information. For regular API keys, it returns usage for the associated company. For ATS keys, it returns aggregated usage across all companies managed by that ATS key. Each company in the response carries abillingSystem field indicating which unit it is billed in:
"minutes"— legacy interview-minutes accounting.totalMinutesUsedandbreakdownByCostKey[].minutesUsedare populated;totalCreditsUsedandcreditsUsedare omitted entirely."credits"— per-product credits accounting.totalCreditsUsedandbreakdownByCostKey[].creditsUsedare populated;totalMinutesUsedandminutesUsedare omitted entirely.
Date Range Parameters
You can specify a date range for usage data:start(optional): Start date in ISO 8601 format (defaults to 30 days ago)end(optional): End date in ISO 8601 format (defaults to current date)
Regular API Keys (Minutes-Based Company)
For minutes-based companies, the response reports usage in interview minutes:Regular API Keys (Credits-Based Company)
For credits-based companies, the response reports usage in credits. Minutes-related fields are omitted entirely:ATS Integration Keys
For ATS keys, the response includes aggregated usage across all companies managed by the ATS.Use Cases
- Usage Monitoring: Track interview minutes / credits and interview counts
- Cost Tracking: Monitor usage against subscription limits
- Billing Reporting: Generate usage reports for billing purposes
- Multi-Tenant Analytics: Track usage per company for ATS platforms
Response Structure
The response includes:- companies: Array of company-level usage (single item for regular keys, multiple for ATS keys).
- billingSystem (per company): Either
"minutes"or"credits". - totalMinutesUsed: Total interview minutes consumed in the period. Present when at least one company in scope is on the minutes billing system; omitted otherwise.
- totalCreditsUsed: Total credits consumed in the period. Present when at least one company in scope is on the credits billing system; omitted otherwise.
- totalInterviews: Total number of interviews conducted.
- breakdownByCostKey: Array of usage buckets. Each entry includes
costKeyandevents, plusminutesUsedorcreditsUseddepending on the company’s billing system. Cross-system fields are never present in a per-company breakdown.
Monitoring Usage
Required Scope
read:billing is required to access this endpoint. Ensure
your API key has this scope enabled.Related Resources
Billing Resource Guide
Scopes & Permissions
ATS Integration
Authorizations
API key for authentication using Bearer scheme
Query Parameters
Start of the billing period (inclusive), ISO 8601
"2025-01-01T00:00:00.000Z"
End of the billing period (exclusive), ISO 8601
"2025-01-31T00:00:00.000Z"
Required for ATS API keys to specify which company to access. Ignored for standard company API keys.
Response
Per-company usage details for all companies visible to this ATS key
Total number of interview usage events across all companies
80
Global breakdown of usage by cost key across all companies
Total minutes used across all minutes-based companies in the selected period. Omitted entirely when no managed company is on the minutes billing system.
1200
Total credits used across all credits-based companies in the selected period. Omitted entirely when no managed company is on the credits billing system.
3000.5