list_expected
Retrieve a list of pre-approved deliveries that have not yet arrived at your apartment, including visit ID, company name, and time window.
Instructions
List pre-approved deliveries that are currently pending arrival.
These are the user's active pre-approvals at their apartment.
Use this when the user asks about pre-approved deliveries that haven't arrived yet: "what have I pre-approved?", "show my pending deliveries", "what deliveries am I expecting?", "did I approve anything?", "list my approvals". Do NOT use for historical/past gate activity — use list_visits for that.
Call get_user_multiprofile_info first to obtain the apartment_id if not already known; skip if the user explicitly provided it.
Args: apartment_id: The apartment ID to list visits for. Fetch from get_user_multiprofile_info → data.apartments.apartment.id. page: Page number, 1-indexed. Default 1. page_size: Number of results per page. Default 5. sort_order: "asc" (soonest first, default) or "desc" (latest first). fields: Dot-notation paths to filter the response. Omit to return everything.
Returns the raw API response dict containing a list of pre-approved visits awaiting arrival, each with a visit ID, company name, and time window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| fields | No | ||
| page_size | No | ||
| sort_order | No | asc | |
| apartment_id | Yes |