The
ax traces commands are currently in BETA. The API may change without notice. A one-time warning is emitted on first use.ax traces commands let you retrieve and export trace data from your Arize projects.
ax traces list
List traces (root spans) within a project.
Examples:
ax traces export
Export full traces — all spans belonging to each matching trace. Uses a two-phase approach: first finds root spans matching the filter, then fetches every span for those traces.
Examples: