Usage & Billing
How requests are counted
Plan
Included requests / period
Beyond the included amount
Usage insights
curl "https://trezalabs.com/api/usage?days=30" \
-H "Authorization: Bearer $TREZA_SESSION_TOKEN"{
"totalRequests": 1284,
"meteredRequests": 1284,
"totalEntitiesRedacted": 3911,
"series": [
{ "date": "2026-06-10", "count": 412 },
{ "date": "2026-06-11", "count": 872 }
],
"byProxy": { "proxy_1718039482_ab12cd34e": 1284 },
"entitiesByType": { "EMAIL": 1450, "PHONE": 1203, "SSN": 644, "CC": 614 },
"recent": [
{
"requestId": "req_lx2k9a_1f3b7c2d",
"ts": "2026-06-11T18:21:09.412Z",
"source": "proxy",
"counts": { "EMAIL": 1, "SSN": 1 }
}
],
"entitlements": {
"planId": "pro",
"usage": { "requestsThisPeriod": 1284, "includedRequests": 50000, "overLimit": false }
}
}Field
Meaning
Audit log export (Pro+)
Column
Description
Plan-gating errors
Code
Status
Meaning
Related
Last updated