gcp-trace-list-traces
List Google Cloud traces with optional filters for errors, time range, and project. Retrieve trace data to troubleshoot and analyze request performance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of traces to return | |
| filter | No | Optional filter for traces (e.g., "status.code != 0" for errors) | |
| projectId | No | Optional Google Cloud project ID | |
| startTime | No | Start time in RFC3339 format (e.g., "2023-01-01T00:00:00Z") or relative time (e.g., "1h", "2d") |