Get Shinkansen train details
get_train_detailsRetrieve the ordered stops and service details for a train using its train ID returned by search_trains. Provide the trainId to access the full stop sequence.
Instructions
Use with the opaque trainId returned by search_trains to retrieve that service and its ordered stops. Do not construct train IDs manually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trainId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stops | Yes | ||
| train | Yes | ||
| source | Yes |