Fetch a raw Workday endpoint
workday_fetchFetch raw JSON from any Workday endpoint, redacting secrets, to explore unmodeled pages and see fields the parser misses. Read-only GET access for unfamiliar data paths.
Instructions
GET any Workday data endpoint and return the RAW JSON with secrets redacted — the escape hatch for pages the typed tools do not model yet. Prefer workday_get_task (structured) when it works; reach for this to explore an unfamiliar page or to see fields the parser drops. Bare uris get .htmld appended and /d/ SPA paths are normalized. Read-only (GET only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Workday path, e.g. `/acme/inst/1$715/247$42.htmld` or `2998$43525`. | |
| maxBytes | No | Payload cap before truncation (default 60000). |