get_logs
Check OctoBot log accessibility without HTTP calls. Returns a static explanation that structured log listing has no JSON API, and directs you to export_logs() to download the full log archive as a zip.
Instructions
Tier C stub (ADR-0006): structured/filterable log listing has no JSON API in OctoBot.
Never makes an HTTP call to OctoBot and never raises -- this is a
static, instant response explaining the gap, not a failure (ctx is
accepted only for interface consistency with every other registered
tool; it is never read). Use export_logs() instead to retrieve
OctoBot's full log history as a downloadable zip archive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||