Get TacticalRMM Check History
tacticalrmm_get_check_historyRetrieve the historical results for a TacticalRMM check using its ID. Provides read-only access to past check data, with options to limit, offset, and format output as markdown or JSON.
Instructions
Read history for one TacticalRMM check from /checks//history/. This tool is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return. | |
| offset | No | Number of items to skip locally after receiving the API response. | |
| check_id | Yes | TacticalRMM check ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |