Skip to main content
GET
/
v2
/
usage.teamStatistic
GetTeamUsageStatistic
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
    }
  ]
}
Questions or issues? Contact us at api-support@manus.ai.
Team only: This endpoint is only available to team users. Individual users will receive a permission_denied error.
Visibility: Owner / Super Admin / Admin sees the entire team’s daily consumption totals. Member sees only their own daily consumption.

Authorizations

x-manus-api-key
string
header
required

Query Parameters

start_date
integer

Filter start time as a Unix timestamp in seconds.

end_date
integer

Filter end time as a Unix timestamp in seconds.

Response

Daily usage statistics retrieved successfully.

ok
boolean

Whether the request was successful.

Example:

true

request_id
string

Unique identifier for this API request.

data
object[]

Array of daily statistics sorted by date in ascending order.