get_job_history
Retrieve an employee's complete career history with all effective-dated job changes, including positions, departments, promotions, salary adjustments, and status changes.
Instructions
Get the complete job history for an employee showing all effective-dated changes.
This shows every job change including:
- Position changes
- Department transfers
- Promotions/demotions
- Salary changes
- Status changes (leave, return to work, termination, etc.)
:param employee_id: The employee ID (EMPLID)
:param limit: Maximum number of history records (default 50)
:return: Chronological list of job changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| employee_id | Yes |