Open one task on a worker profile
workday_get_worker_taskRetrieve a specific named item from a worker's profile (e.g., Compensation, Job Details) by matching the task name case-insensitively against available options. Read-only.
Instructions
Open a single named item from a worker's profile — "Compensation", "Job Details", "Performance Reviews", "Management Chain", "Benefits", "Goals", "Pay Change History", and so on. Matched case-insensitively against that worker's own task catalog; if it does not match, the error lists exactly what is available. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Task name as it appears on the profile, e.g. `Compensation`. | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Workday's payload untouched. No field projection: this server has no verified record of which Workday fields matter, and inventing one would risk dropping a field a caller needs. | |
| worker | Yes | Profile uri or bare worker instance id. |