Skip to main content
GET
Python SDK
Usage endpoints are served from https://api-meter.metrifox.com. Other API calls stay on https://api.metrifox.com.
Every event you send is returned, including the ones that recorded no usage — they remain a true record of what your system sent.quantity is what you sent. recorded_quantity is what the event actually recorded, and the two differ under COUNT and COUNT_UNIQUE:Sum recorded_quantity to reconcile against what a customer was billed for. deduplicated tells you why an event recorded nothing — true means it repeated a value already counted.

Authorizations

x-api-key
string
header
required

Query Parameters

page
integer
default:1

Page number (starts from 1)

per_page
integer
default:25

Number of records per page

customer_key
string

Filter events by customer key

event_name
string

Filter events by event name (deprecated, use feature_key)

feature_key
string

Filter events by feature key

Response

Events fetched

data
object[]