Get a Hero Path
get_hero_pathRetrieve the full published detail of one VA Heroes PH Hero Path, identified by its slug (for example 'general-va'), so an agent can explain that specific track to a visitor. Use it after get_hero_paths when the user asks about one track — what it covers, who it suits, or where to read more. Requires 'slug': the exact lowercase slug of an existing path; an unknown or misspelled slug returns a NOT_FOUND error that lists the valid slugs. Returns one record with slug, name, label, tagline, description, intro, highlights, type, featured, externalUrl and canonical url. It does NOT return pricing, schedules, enrolment or applicant data, and it cannot submit an application.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Required. Slug of an existing Hero Path, e.g. 'general-va'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute canonical URL of the Hero Path page. | |
| name | Yes | Display name of the Hero Path. | |
| slug | Yes | URL slug identifying the Hero Path, e.g. 'general-va'. | |
| type | Yes | 'training' for VA training paths, 'sales' for the Loan Officer career path. | |
| intro | Yes | Longer introduction shown on the path page. | |
| label | Yes | Short badge label, null when the path has none. | |
| tagline | Yes | One-line summary shown on the path card. | |
| featured | Yes | True for the highlighted starter path. | |
| highlights | Yes | Key learning or role highlights. | |
| description | Yes | Short description used in listings. | |
| externalUrl | Yes | External program website, null when none exists. |