meta { name: Get Employee Deduction Entries type: GET body: none } headers { Authorization: Bearer {{token}} X-Company-Id: {{company_uuid}} Accept: application/json } url: {{base_url}}/api/v1/payroll/employee-deductions/{{deduction_id}}/entries note: Returns all payroll run entries for a specific deduction. Shows one row per run, matching the balance history.