Optional filterOptional filterFilter by ML application name.
Optional filterSearch query using LLM Observability query syntax. Supports attribute filters using the field:value syntax (e.g. session_id, trace_id, ml_app, meta.span.kind). When provided, structured field filters (filter[span_id], filter[trace_id], etc.) are ignored.
Optional filterFilter by exact span ID.
Optional filterFilter by span kind (e.g., llm, agent, tool, task, workflow).
Optional filterFilter by span name.
Optional filterEnd of the time range. Accepts ISO 8601 or relative format. Defaults to now.
Optional filterFilter by exact trace ID.
Optional includeWhether to include attachment data in the response. Defaults to true.
Optional pageCursor from the previous response to retrieve the next page.
Optional pageMaximum number of spans to return. Defaults to 10.
Optional sortSort order for the results.
Generated using TypeDoc
Start of the time range. Accepts ISO 8601 or relative format (e.g.,
now-15m). Defaults tonow-15m.