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: <x-manus-api-key>'
{
  "ok": true,
  "request_id": "<string>",
  "data": [
    {
      "date": 123,
      "credits": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://open.manus.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Questions or issues? Contact us at api-support@manus.ai.
Auth: API Key only — not available with OAuth tokens.
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.

Headers

x-manus-api-key
string
required

API key for authentication. This endpoint does not support OAuth2 tokens. See Authentication.

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.