Skip to main content
Glama

langfuse_search_traces

Search and filter Langfuse traces by text, release, cost, latency, and other criteria to debug AI agent sessions and analyze performance.

Instructions

[Langfuse] Search and filter traces with extended criteria including text search, release, cost range, and latency range. Combines API-level and client-side filtering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoText search query (matches trace name, ID, user ID, session ID, or tags)
nameNoFilter by trace name (API-level)
user_idNoFilter by user ID
session_idNoFilter by session ID
tagsNoFilter by tags
releaseNoFilter by release (client-side)
min_costNoMinimum total cost (client-side filter)
max_costNoMaximum total cost (client-side filter)
min_latencyNoMinimum latency in seconds (client-side filter)
max_latencyNoMaximum latency in seconds (client-side filter)
from_timestampNoFilter traces starting after this timestamp (ISO format or YYYY-MM-DD)
to_timestampNoFilter traces starting before this timestamp (ISO format or YYYY-MM-DD)
limitNoMaximum number of results (default: 50)
pageNoPage number (1-indexed, default: 1)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/neuralis-in/shepherd-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server