get_active_rental
Retrieve the signed-in user's active rental. Returns rental(s) in progress or reserved, ready to be operated with rental_command.
Instructions
Retrieve the signed-in user's currently ongoing rental(s).
Returns rentals in ACTIVE (trip in progress) or RESERVATION (held, not yet
started) state. Usually 0 or 1. Use a returned rental's id with rental_command
to operate it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||