Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

logs

Request example
{ "method": "tools/call", "params": { "name": "logs", "arguments": { "subcommand": "string", "project": [ "string" ], "org": "string", "service": "string", "since": "string", "until": "string", "minLevel": "string", "search": "string", "traceId": "string", "where": [ "string" ], "limit": "string", "json": true } } }
logsTOOL
Browse and search OTel log records from otel_logs.
Renders one log per line with timestamp, severity, service, body, and attributes. Supports subcommands: list (default) and stats.
Use -w for raw SQL WHERE filters on attribute maps.
Parameters
subcommand?string
Positional argument subcommand
project?string[]
Project slug override (repeatable, defaults to folder setup)
org?string
Organization override (defaults to folder setup)
service?string
Filter by ServiceName
since?string
Start time: duration (1h, 7d) or ISO date (default: 1h)
until?string
End time: duration (1h) or ISO date
minLevel?string
Minimum severity: trace, debug, info, warn, error, fatal
search?string
Full-text search on log body
traceId?string
Show logs for a specific trace
where?string[]
Raw SQL WHERE condition (repeatable, ANDed)
limit?string
Max rows (default: 200)
json?boolean
Print raw JSON response