elog_get_recent_entries
Fetch recent entries from a specified ELOG logbook in reverse chronological order. Provide the logbook name and optional count to receive a total and entries list.
Instructions
Fetch the newest entries of a logbook, newest first.
Args: logbook: Name of the logbook to read. count: Number of recent entries to return.
Returns {"total": int, "entries": [...]} with excerpts like elog_search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| logbook | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||