get_user_history
Retrieve activity history of a specific user in the workspace, filtered by date range, entity type, or project. Track user actions across tasks, projects, and documents.
Instructions
Get history of all activities performed by a specific user in the current workspace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| keys | No | ||
| excludeKeys | No | ||
| dateRangeStart | No | ||
| dateRangeEnd | No | ||
| createdBy | No | ||
| memberId | Yes | ||
| entityTypes | No | ||
| taskIds | No | ||
| boardIds | No | ||
| projectIds | No |