Tail logs
logs_tailFetch recent logs from a Lizard service or build to troubleshoot issues. Filter by level or build ID and limit the number of entries returned.
Instructions
Use this when the user wants to see recent log output from a Lizard service or a specific build. Returns a bounded snapshot, not a live stream.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| build | No | Fetch build logs instead of runtime logs | |
| level | No | Filter runtime logs by level | |
| limit | No | ||
| buildId | No | Specific build ID; defaults to the most recent build | |
| project | Yes | ||
| service | Yes |