Retrieve org-wide API usage metrics for the endpoints available to your organization
v1/resolve or v2/enrich, and includes aggregate counts for:
start_date and end_date, the response also includes a buckets array for each endpoint so you can chart usage over time.
YYYY-MM-DD format. Must be provided together with end_date. When both dates are present, the response includes bucketed usage data.YYYY-MM-DD format. Must be provided together with start_date. The date range is inclusive in the requested timezone.hour, day, week, month, quarter, and year. Defaults to day.UTC or America/New_York. Defaults to UTC.false.start_date and end_date must be supplied together or omitted together.version/path format, such as v1/resolve or v2/enrich.num_matches / num_input_records. Returns 0.0 when no input records exist.num_matches / num_resolvable_records. Returns 0.0 when no resolvable records exist.null for unused endpoints when include_unused_endpoints=true.start_date and end_date are provided. Otherwise this field is null.buckets will be null.include_unused_endpoints=true, endpoints with no usage can be returned with zero counts and last_requested_at: null.num_matches in descending order.400 - Bad Request: Invalid timezone, only one of start_date or end_date was supplied, or the requester organization could not be determined401 - Unauthorized: Invalid or missing API key405 - Method Not Allowed: Using a method other than GET422 - Unprocessable Entity: Invalid query parameter type or unsupported bucketing_size500 - Internal Server Error: Unexpected server error