Lists team members’ task counts and total credit consumption over the requested range — one row per user.
Questions or issues? Contact us at api-support@manus.ai.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.
API key for authentication. This endpoint does not support OAuth2 tokens. See Authentication.
Number of records to return per page. Default: 20, Max: 100.
Pagination cursor from the previous response's next_cursor field. Omit for the first page.
Filter start time as a Unix timestamp in seconds.
Filter end time as a Unix timestamp in seconds.
Field to sort by. Default: task_count.
task_count, credits Sort in ascending order. Default: false (descending).
Team usage log retrieved successfully.
Whether the request was successful.
true
Unique identifier for this API request.
Array of per-user daily consumption records.
Whether there are more records beyond this page. If true, use next_cursor to fetch the next page.
Cursor to pass as the cursor parameter for the next page. Only present when has_more is true.