Retrieves MCP tool execution logs with filtering, search, and pagination via query parameters.
Comma-separated list of tool names to filter by
Comma-separated list of server labels to filter by
Comma-separated list of statuses to filter by (processing, success, error)
processing, success, error Comma-separated list of virtual key IDs to filter by
Comma-separated list of LLM request IDs to filter by
Start time filter (RFC3339 format)
End time filter (RFC3339 format)
Minimum latency filter (milliseconds)
Maximum latency filter (milliseconds)
Search in tool arguments and results
Number of logs to return (default 50, max 1000)
x <= 1000Number of logs to skip
Field to sort by
timestamp, latency, cost Sort order
asc, desc