search_genai_traces
Search CloudWatch spans for GenAI traces and return model details, token usage, and latency.
Instructions
Search CloudWatch aws/spans for GenAI traces from Bedrock AgentCore.
Args: filter_query: CloudWatch Logs Insights filter (e.g., 'name like /bedrock/') start_time: ISO format start time end_time: ISO format end time limit: Max results (default: 20) profile: AWS profile name region: AWS region
Returns GenAI traces with model info, token usage, and latency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter_query | No | ||
| start_time | No | ||
| end_time | No | ||
| limit | No | ||
| profile | No | ||
| region | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |