Bundle log and generation time
get_changelogRetrieve the ingestion log and bundle-generated timestamps to determine how current the data is and cite exact versions.
Instructions
The knowledge base's own log file, plus when the data was actually ingested. Use bundleGenerated to answer "how current is this" or to cite a version — the generated field on get_stats is when this server built its in-memory index and changes on every restart, which is a fact about the process rather than the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log | Yes | ||
| url | Yes | ||
| note | No | ||
| licence | No | ||
| indexBuilt | Yes | ||
| okfVersion | No | ||
| bundleGenerated | No |