Lists team members’ task counts and total credit consumption over the requested range — one row per user.
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.