Show a hire's progress
onboarding_progressRetrieve a new hire's complete onboarding plan, including task owners, due dates, statuses, percent complete, overdue count, and outstanding items. Optionally export the plan as CSV.
Instructions
One hire's whole plan: every task with its owner, due date and status, plus the percent complete, the overdue count and what is still outstanding. Pass as_csv for a Pro-only CSV export of the plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hire | Yes | The hire id, e.g. H-0001, or the name when only one carries it | |
| as_csv | No | Return the plan as CSV. Pro only. Default false |