get_expense
Retrieve complete details for a specific expense, including its splits and comment thread.
Instructions
Fetch one expense's full detail, including its splits and comment thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expense_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expense | Yes | The expense, including its per-participant splits. | |
| comments | No | Comments left on this expense, oldest first. |