Returns daily credit consumption totals for the team over a date range.
cURL
curl --request GET \ --url https://api.manus.ai/v2/usage.teamStatistic \ --header 'x-manus-api-key: <api-key>'
{ "ok": true, "request_id": "<string>", "data": [ { "date": 123, "credits": 123 } ] }
permission_denied
Filter start time as a Unix timestamp in seconds.
Filter end time as a Unix timestamp in seconds.
Daily usage statistics retrieved successfully.
Whether the request was successful.
true
Unique identifier for this API request.
Array of daily statistics sorted by date in ascending order.
Hide child attributes
Date as a Unix timestamp in seconds, representing 00:00:00 of that day.
Total credits consumed on this day.
Was this page helpful?