Analytics
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
curl https://api.gatectr.com/v1/usage \
-H "Authorization: Bearer $GATECTR_API_KEY" \
-G \
--data-urlencode "project_id=proj_123" \
--data-urlencode "from=2025-01-01" \
--data-urlencode "to=2025-01-31"{
"total_tokens": 4820000,
"total_cost_usd": 14.23,
"tokens_saved": 1920000,
"requests": 12400,
"by_model": {
"gpt-4o": { "tokens": 2100000, "cost_usd": 10.50 },
"gpt-3.5-turbo": { "tokens": 2720000, "cost_usd": 3.73 }
}
}