people_get_timeline
Retrieves a People record's activity timeline, including status changes and updates, for audit trails and compliance monitoring.
Instructions
Get timeline/activity history for a People record including status changes and updates\n\nPrerequisites: Record ID from people_search_records\nNext Steps: Use timeline data for audit trails and activity analysis\nUse Cases: Employee activity tracking, change auditing, compliance monitoring\nError Recovery: If timeline empty, verify record has activity history and timeline permissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| per_page | No | Entries per page (max 200) | |
| record_id | Yes | ID of the People record | |
| module_name | Yes | People module name (e.g., "employees", "departments") | |
| timeline_types | No | Types of timeline entries to include | |
| include_inner_details | No | Include detailed inner information |