getTraces when you want trace-centric pagination by project, optional inline spans, or filtering by session.
Relevant Source Files
src/traces/getTraces.tsfor the exact query shape and server requirement
Example
Supported Filters
projectstartTimeendTimesortorderlimitcursorincludeSpanssessionId
Notes
getTracesrequires a Phoenix server that supports project trace listing- Use the returned
nextCursorto continue pagination - Set
includeSpanswhen you need a trace-centric fetch that also contains span details projectaccepts{ project },{ projectId }, or{ projectName }
Source Map
src/traces/getTraces.tssrc/types/projects.ts

