logs-time-range
Filter and retrieve log entries within a specified time range on the Google Cloud MCP Server, using start and end times, optional filters, and a customizable limit for entries.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endTime | No | End time in ISO format (defaults to now) | |
filter | No | Additional filter criteria | |
limit | No | Maximum number of log entries to return | |
startTime | Yes | Start time in ISO format or relative time (e.g., "1h", "2d") |