Billing Folders Usage Report
You can query billing folders usage data programmatically via the billing usage report API.
Request Parameters
Parameter
Type
Default
Description
Examples
curl -X POST "https://api.roboflow.com/my-workspace/billing-usage-report?api_key=YOUR_API_KEY"curl -X POST "https://api.roboflow.com/my-workspace/billing-usage-report?api_key=YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"startAt": "2025-01-01T00:00:00.000Z",
"endAt": "2025-02-01T00:00:00.000Z"
}'curl -X POST "https://api.roboflow.com/my-workspace/billing-usage-report?api_key=YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"features": ["train", "serverless-inference-run"]
}'curl -X POST "https://api.roboflow.com/my-workspace/billing-usage-report?api_key=YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"startAt": "2025-01-01T00:00:00.000Z",
"endAt": "2025-02-01T00:00:00.000Z",
"api_key_prefixes": ["rf_ab", "rf_de"],
"features": ["train", "serverless-inference-run"]
}'Response Schema
Field
Type
Description
Error Codes
Status
Description
Last updated
Was this helpful?