query_traces
Search recent traces from AgentGuard-instrumented agents using filters for service name, time range, and pagination.
Instructions
Search recent traces from your AgentGuard-instrumented agents. Filter by service name, time range, or paginate through results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max traces to return (default 20, max 500) | |
| offset | No | Offset for pagination | |
| service | No | Filter by service name | |
| since | No | ISO timestamp — only traces after this time | |
| until | No | ISO timestamp — only traces before this time |