cURL
curl --request GET \ --url https://api.topograph.co/v2/workspaces/usage \ --header 'x-api-key: <api-key>'
[ { "workspace": { "name": "paris-office", "legalName": "Acme Paris SAS", "isDefault": true }, "totalCreditsUsed": 25.5, "totalRequests": 42, "breakdown": [ { "sku": "fra-company-data", "count": 10, "totalCredits": 5 } ] } ]
Filter usage from this date (ISO 8601)
"2026-01-01"
Filter usage until this date (ISO 8601)
"2026-03-31"
Filter by workspace name
"paris-office"
Usage report per workspace
Show child attributes
Total credits consumed by this workspace
25.5
Total number of billable requests for this workspace
42
Usage breakdown by SKU