get_logs
Fetch recent runtime logs from a container via CloudWatch, up to 1000 lines. Helps diagnose runtime issues by returning the latest container output.
Instructions
Recent RUNTIME logs of a container (CloudWatch, up to 1000 lines). For BUILD logs of a deployment use get_deployments with a deployment_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Line count, default 100 | |
| container | Yes | Container name or id |