You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
client.spans.query — a cursor-paginated list of spans across all traces in a project, filtered by a span-field FilterSet (operation, toolName, model, provider, sessionId, traceId, tags, duration, cost, tokensInput/tokensOutput — the DSL keys are camelCase regardless of SDK language) and an optional time range. The row-level, span-grain complement to client.analytics.query with stream="spans" (aggregates) — use it to drill from an aggregate into the individual spans behind it.