Skip to main content
GET
GetTeamUsageStatistic
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.