Interface LLMObservabilityApiListLLMObsSpansRequest

Hierarchy

  • LLMObservabilityApiListLLMObsSpansRequest

Properties

filterFrom?: string

Start of the time range. Accepts ISO 8601 or relative format (e.g., now-15m). Defaults to now-15m.

filterMlApp?: string

Filter by ML application name.

filterQuery?: string

Search 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.

filterSpanId?: string

Filter by exact span ID.

filterSpanKind?: string

Filter by span kind (e.g., llm, agent, tool, task, workflow).

filterSpanName?: string

Filter by span name.

filterTo?: string

End of the time range. Accepts ISO 8601 or relative format. Defaults to now.

filterTraceId?: string

Filter by exact trace ID.

includeAttachments?: boolean

Whether to include attachment data in the response. Defaults to true.

pageCursor?: string

Cursor from the previous response to retrieve the next page.

pageLimit?: number

Maximum number of spans to return. Defaults to 10.

sort?: string

Sort order for the results.

Generated using TypeDoc