Auth Load Session
auth_load_sessionLoad a saved session from a file. Optionally include the authentication token and select specific fields for output.
Instructions
Load session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| fields | No | Optional dotted output field paths to return, such as ['id', 'merchant.name', 'category.name']. | |
| output_mode | No | Output shape to return. Use summary for compact CLI-style defaults, full for complete structured data without raw, and raw for complete structured data including raw payloads. | summary |
| include_token | No |