gcloud_logging_read
Read Cloud Logging logs using customizable filters and time range to retrieve specific log entries for debugging and monitoring.
Instructions
Read logs from Cloud Logging with filters and time range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of log entries to return | |
| order | No | Sort order by timestamp | desc |
| filter | No | Log filter query (e.g., 'resource.type=cloud_run_revision') | |
| format | No | Output format | json |
| freshness | No | Return logs newer than this duration (e.g., '1h', '30m', '7d') |