Documentation Index
Fetch the complete documentation index at: https://docs.tilebox.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
The job, job ID, or job ID string to query spans for.
Returns
ASpans list. Each Span contains start_time, end_time, duration, trace_id, span_id, parent_span_id, name, status_code, status_message, attributes, runner_attributes, and events.
Spans.to_pandas() converts the spans to a pandas DataFrame and includes a computed duration column.