PowerShell
curl -X GET "https://api.getcatalog.ai/v2/usage?period=7d&page_size=5" \ -H "x-api-key: $CATALOG_API_KEY"
{ "data": [ { "path": "/v1/listings", "total_calls": 9 }, { "path": "/v1/affiliate", "total_calls": 8 }, { "path": "/v1/vendors", "total_calls": 6 }, { "path": "/v1/agentic-search", "total_calls": 4 }, { "path": "/v1/collections", "total_calls": 4 } ], "pagination": { "page": 1, "page_size": 5, "total_items": 16, "total_pages": 4, "has_next": true, "has_prev": false }, "meta": { "period": "7d" } }
Get credit usage and API call statistics by endpoint. Filter by time period (24h, 7d, 30d, 90d, all).
24h
7d
30d
90d
all
Show Usage Statistics
Show Pagination Object
Show Meta Properties