get_history
Fetch browsing history entries from a Microsoft Edge profile for a specific day, with visit times, URLs, titles, and transition types.
Instructions
Get Edge browsing history for a profile on a specific day.
Args:
profile: Profile friendly name (from ``list_profiles``) or directory id.
date: Day to fetch, formatted ``YYYY-MM-DD``. Day boundaries are
interpreted in the local machine timezone.
limit: Maximum number of entries to return (default 10000, capped at
50000). Non-positive values fall back to the default.
Returns:
One entry per page visit, ordered by visit time ascending. Each entry
includes the local ISO ``visit_time``, ``url``, ``title``,
``visit_count``, ``typed_count``, ``transition`` type, and the
``url_id``/``visit_id`` identifiers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | Yes | ||
| date | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |