lattice_get_container_logs
Retrieve recent stdout and stderr logs from a container. Filter by stream, limit lines, or paginate through older logs.
Instructions
Get recent container logs (stdout/stderr)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Container ID | |
| limit | No | Number of log lines (default 50) | |
| offset | No | Skip this many lines — paginate past the tail into older logs | |
| stream | No | Filter by stream | |
| worker_id | No | Filter by worker ID |