Request schema for exporting log records (sessions, traces, spans).
The root-level type of a logged step hierarchy.
Maps fine-grained StepType values to the three top-level categories used throughout the platform: session, trace, and span.
session, trace, span Log stream id associated with the traces.
Experiment id associated with the traces.
Metrics testing id associated with the traces.
Filters to apply on the export
Sort clause for the export. Defaults to native sort (created_at, id descending).
Column IDs to include in export
Export format
csv, jsonl Redact sensitive data
Optional filename for the exported file
Successful Response